staging: unisys: fix missing blank line after enum channel_clientstate
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:29:53 +0000 (14:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:08 +0000 (10:33 +0800)
The enumeration needs to have a blank line after it.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/channel.h

index 304f81b96d2a341d15846c448c91b90761581d28..f32ec8496b2286ebcff0ae402ad12af29d622955 100644 (file)
@@ -70,6 +70,7 @@ enum channel_clientstate {
        CHANNELCLI_OWNED = 5    /* "no worries" state - client can
                                 * access channel anytime */
 };
+
 static inline const u8 *
 ULTRA_CHANNELCLI_STRING(u32 v)
 {
This page took 0.024709 seconds and 5 git commands to generate.