summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGargi Sharma <gs051095@gmail.com>2017-02-16 22:58:35 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-16 10:16:55 -0800
commitf3fe2a8e60d27ea0c2410ff299efb58fc2032b93 (patch)
tree4a7efc610a5c79170e8d3e83be4e3403bd649b61
parent66dc935358f43737fc1e745c21be7930e47b8875 (diff)
downloadlinux-f3fe2a8e60d27ea0c2410ff299efb58fc2032b93.tar.gz
linux-f3fe2a8e60d27ea0c2410ff299efb58fc2032b93.tar.xz
staging: wlan-ng: remove space before tab
remove the space before the tab to fix the the checkpatch issue, no spaces before tabs. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wlan-ng/prism2mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
index 4c3d394f3e33..28df1f3d6f4a 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -745,7 +745,7 @@ static int prism2mib_priv(struct mibrec *mib,
* pstr wlan message data
*
* Returns:
- * Nothing
+ * Nothing
*
*/