staging: unisys: fix missing blank line after enum channel_clientstate

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>
This commit is contained in:
Benjamin Romer 2014-10-23 14:29:53 -04:00 committed by Greg Kroah-Hartman
parent 9831a29a38
commit 09a5073b82

View 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)
{