diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy')
-rw-r--r-- | drivers/net/wireless/b43legacy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c index 174ac6bde2b1..874a64a6c610 100644 --- a/drivers/net/wireless/b43legacy/main.c +++ b/drivers/net/wireless/b43legacy/main.c | |||
@@ -2279,7 +2279,7 @@ static void do_periodic_work(struct b43legacy_wldev *dev) | |||
2279 | /* Periodic work locking policy: | 2279 | /* Periodic work locking policy: |
2280 | * The whole periodic work handler is protected by | 2280 | * The whole periodic work handler is protected by |
2281 | * wl->mutex. If another lock is needed somewhere in the | 2281 | * wl->mutex. If another lock is needed somewhere in the |
2282 | * pwork callchain, it's aquired in-place, where it's needed. | 2282 | * pwork callchain, it's acquired in-place, where it's needed. |
2283 | */ | 2283 | */ |
2284 | static void b43legacy_periodic_work_handler(struct work_struct *work) | 2284 | static void b43legacy_periodic_work_handler(struct work_struct *work) |
2285 | { | 2285 | { |