summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
diff options
context:
space:
mode:
authorSebastian Hahn2012-12-06 12:23:03 +0100
committerGreg Kroah-Hartman2013-01-07 21:53:40 +0100
commitfdc64a9eda15535076cc7e97fcfab3dc7d432f11 (patch)
tree2d8732126be98cde4d733da01a7b01569d195ea2 /drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
parentstaging/rtl8192u: put { on same line as struct (diff)
downloadkernel-qcow2-linux-fdc64a9eda15535076cc7e97fcfab3dc7d432f11.tar.gz
kernel-qcow2-linux-fdc64a9eda15535076cc7e97fcfab3dc7d432f11.tar.xz
kernel-qcow2-linux-fdc64a9eda15535076cc7e97fcfab3dc7d432f11.zip
staging/rtl8192u: indent with tabs, not spaces
Converted staging/rtl8187se to use tabs instead of spaces for indentation to fix the checkpatch error "code indent should use tabs where possible". Signed-off-by: Sebastian Hahn <snsehahn@cip.cs.fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index 2c2bd00af48a..e83c310f6bb1 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -2503,8 +2503,8 @@ void ieee80211_disassociate(struct ieee80211_device *ieee)
}
void ieee80211_associate_retry_wq(struct work_struct *work)
{
- struct delayed_work *dwork = container_of(work, struct delayed_work, work);
- struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, associate_retry_wq);
+ struct delayed_work *dwork = container_of(work, struct delayed_work, work);
+ struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, associate_retry_wq);
unsigned long flags;
down(&ieee->wx_sem);