From: Benjamin Romer Date: Thu, 23 Oct 2014 18:29:53 +0000 (-0400) Subject: staging: unisys: fix missing blank line after enum channel_clientstate X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=09a5073b822853b48f323dceb0fc999746407621;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/channel.h b/drivers/staging/unisys/common-spar/include/channels/channel.h index 304f81b96d2a..f32ec8496b22 100644 --- a/drivers/staging/unisys/common-spar/include/channels/channel.h +++ b/drivers/staging/unisys/common-spar/include/channels/channel.h @@ -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) {