Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 delayed_work start_ibss_wq;

Signed-off-by: Anup Sharma <anupnewsmail@gmail.com>
Link: https://lore.kernel.org/r/Y6215u/jtmcgO6TY@local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Anup Sharma and committed by
Greg Kroah-Hartman
77ca694b 7097dc4e

+1 -1
+1 -1
drivers/staging/rtl8192u/ieee80211/ieee80211.h
··· 1823 1823 struct work_struct associate_procedure_wq; 1824 1824 struct delayed_work softmac_scan_wq; 1825 1825 struct delayed_work associate_retry_wq; 1826 - struct delayed_work start_ibss_wq; 1826 + struct delayed_work start_ibss_wq; 1827 1827 struct work_struct wx_sync_scan_wq; 1828 1828 struct workqueue_struct *wq; 1829 1829 // Qos related. Added by Annie, 2005-11-01.