From: David Kershner Date: Tue, 22 Aug 2017 17:27:18 +0000 (-0400) Subject: staging: unisys: include: remove unnecessary blank line from channel.h X-Git-Tag: v4.14-rc1~148^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2699f21ab5a24410affa86533043905b23bbee0c;p=platform%2Fkernel%2Flinux-exynos.git staging: unisys: include: remove unnecessary blank line from channel.h Remove unnecessary blank line from channel.h #defines. Reviewed-by: Sameer Wadgaonkar Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 9fd4cc1..01edf79 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -24,7 +24,6 @@ #define SIGNATURE_16(A, B) ((A) | ((B) << 8)) #define SIGNATURE_32(A, B, C, D) \ (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16)) - #define VISOR_CHANNEL_SIGNATURE SIGNATURE_32('E', 'C', 'N', 'L') /*