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:
parent
9831a29a38
commit
09a5073b82
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue