From: John Whitmore Date: Wed, 6 Jun 2018 11:40:00 +0000 (+0100) Subject: staging: rtl8192e: Remove unrequired space at start of line - Coding Style X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=786fe3b545b0afae5a7a49fb702b14cfc57e1a48;p=openwrt%2Fstaging%2Fblogic.git staging: rtl8192e: Remove unrequired space at start of line - Coding Style Function HTIOTActIsDisableMCS14 contained spurious space at start of line. Signed-off-by: John Whitmore Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c index 10d9c58680a2..981433f6c4f2 100644 --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c @@ -394,7 +394,7 @@ static void HTIOTPeerDetermine(struct ieee80211_device *ieee) static u8 HTIOTActIsDisableMCS14(struct ieee80211_device *ieee, u8 *PeerMacAddr) { return 0; - } +} /** * Function: HTIOTActIsDisableMCS15