Browse Source

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 <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
John Whitmore 7 years ago
parent
commit
786fe3b545
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c

+ 1 - 1
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)
 static u8 HTIOTActIsDisableMCS14(struct ieee80211_device *ieee, u8 *PeerMacAddr)
 {
 {
 	return 0;
 	return 0;
- }
+}
 
 
 /**
 /**
 * Function:	HTIOTActIsDisableMCS15
 * Function:	HTIOTActIsDisableMCS15