summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/channel.h
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2017-08-22 13:27:18 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 15:12:52 -0700
commit2699f21ab5a24410affa86533043905b23bbee0c (patch)
treeb49beb2d10d589e9a6a7093e03b09f43b6a35843 /drivers/staging/unisys/include/channel.h
parent8c3f22c28c9f1da65b79f030f4b44c72318cf1aa (diff)
downloadlinux-stable-2699f21ab5a24410affa86533043905b23bbee0c.tar.gz
linux-stable-2699f21ab5a24410affa86533043905b23bbee0c.tar.bz2
linux-stable-2699f21ab5a24410affa86533043905b23bbee0c.zip
staging: unisys: include: remove unnecessary blank line from channel.h
Remove unnecessary blank line from channel.h #defines. Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include/channel.h')
-rw-r--r--drivers/staging/unisys/include/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h
index 9fd4cc198028..01edf795cdfa 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')
/*