Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spaces
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 1 May 2019 20:23:49 +0000 (01:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 17:43:18 +0000 (19:43 +0200)
commit922fe878c78653fda011b176d3e4e355ba8f7479
treed73cdbb5bc7e34eec0f37f6da8358c1b3134af5b
parentaf708900e9a48c0aa46070c8a8cdf0608a1d2025
Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spaces

Remove extra spaces before statements to fix
following indentation warnings reported by checkpatch.pl.

WARNING: Statements should start on a tabstop
+  struct rtl_80211_hdr_3addr *delba = NULL;

WARNING: Statements should start on a tabstop
+  struct rtl_80211_hdr_3addr *rsp = NULL;

WARNING: Statements should start on a tabstop
+  struct rtl_80211_hdr_3addr *req = NULL;

WARNING: Statements should start on a tabstop
+  struct rtl_80211_hdr_3addr *Delba = NULL;

WARNING: Statements should start on a tabstop
+  struct rtl_80211_hdr_3addr *BAReq = NULL;

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c