Commit 09a5073b authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix missing blank line after enum channel_clientstate

The enumeration needs to have a blank line after it.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9831a29a
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment