diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-06-11 09:49:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-11 12:48:10 -0400 |
commit | 8b3e7be437a6b62118d0485ad971e724afe23fdf (patch) | |
tree | 838f38708943931553d50eb2261586645a632d28 /drivers/net/wireless/cw1200/cw1200.h | |
parent | 19db577868e94c80dc9a569d937109f95c34d0f4 (diff) |
cw1200: Fix an assorted pile of checkpatch warnings.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/cw1200.h')
-rw-r--r-- | drivers/net/wireless/cw1200/cw1200.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/cw1200/cw1200.h b/drivers/net/wireless/cw1200/cw1200.h index 91ff7f19c4f0..243e96353d13 100644 --- a/drivers/net/wireless/cw1200/cw1200.h +++ b/drivers/net/wireless/cw1200/cw1200.h | |||
@@ -207,7 +207,8 @@ struct cw1200_common { | |||
207 | /* Scan status */ | 207 | /* Scan status */ |
208 | struct cw1200_scan scan; | 208 | struct cw1200_scan scan; |
209 | /* Keep cw1200 awake (WUP = 1) 1 second after each scan to avoid | 209 | /* Keep cw1200 awake (WUP = 1) 1 second after each scan to avoid |
210 | * FW issue with sleeping/waking up. */ | 210 | * FW issue with sleeping/waking up. |
211 | */ | ||
211 | atomic_t recent_scan; | 212 | atomic_t recent_scan; |
212 | struct delayed_work clear_recent_scan_work; | 213 | struct delayed_work clear_recent_scan_work; |
213 | 214 | ||