diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-11-23 21:50:20 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:04 -0500 |
commit | 93a3b607e6eff7880959149a581d90c71887eb19 (patch) | |
tree | 64078dd70c71256ad56e38737715587a94863d82 /drivers/net/wireless/airo.c | |
parent | 092427be8cef341c957a93ec2469890501a09bff (diff) |
wireless: checkpatch cleanups
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/wireless/airo.c')
-rw-r--r-- | drivers/net/wireless/airo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c index d8948bf8a275..42670acd144b 100644 --- a/drivers/net/wireless/airo.c +++ b/drivers/net/wireless/airo.c | |||
@@ -6408,9 +6408,8 @@ static int airo_set_encode(struct net_device *dev, | |||
6408 | set_wep_key(local, index, NULL, 0, perm, 1); | 6408 | set_wep_key(local, index, NULL, 0, perm, 1); |
6409 | } else | 6409 | } else |
6410 | /* Don't complain if only change the mode */ | 6410 | /* Don't complain if only change the mode */ |
6411 | if(!(dwrq->flags & IW_ENCODE_MODE)) { | 6411 | if (!(dwrq->flags & IW_ENCODE_MODE)) |
6412 | return -EINVAL; | 6412 | return -EINVAL; |
6413 | } | ||
6414 | } | 6413 | } |
6415 | /* Read the flags */ | 6414 | /* Read the flags */ |
6416 | if(dwrq->flags & IW_ENCODE_DISABLED) | 6415 | if(dwrq->flags & IW_ENCODE_DISABLED) |