diff options
author | Gargi Sharma <gs051095@gmail.com> | 2017-02-16 22:58:35 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-16 10:16:55 -0800 |
commit | f3fe2a8e60d27ea0c2410ff299efb58fc2032b93 (patch) | |
tree | 4a7efc610a5c79170e8d3e83be4e3403bd649b61 /drivers/staging | |
parent | 66dc935358f43737fc1e745c21be7930e47b8875 (diff) | |
download | linux-f3fe2a8e60d27ea0c2410ff299efb58fc2032b93.tar.gz linux-f3fe2a8e60d27ea0c2410ff299efb58fc2032b93.tar.bz2 linux-f3fe2a8e60d27ea0c2410ff299efb58fc2032b93.zip |
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/wlan-ng/prism2mib.c | 2 |
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 * */ |