net: Move && and || to end of previous line
Not including net/atm/ Compiled tested x86 allyesconfig only Added a > 80 column line or two, which I ignored. Existing checkpatch plaints willfully, cheerfully ignored. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
152b6a62ae
commit
f64f9e7192
63 changed files with 235 additions and 233 deletions
|
@ -631,8 +631,8 @@ void ieee80211_unregister_hw(struct ieee80211_hw *hw)
|
|||
sta_info_stop(local);
|
||||
rate_control_deinitialize(local);
|
||||
|
||||
if (skb_queue_len(&local->skb_queue)
|
||||
|| skb_queue_len(&local->skb_queue_unreliable))
|
||||
if (skb_queue_len(&local->skb_queue) ||
|
||||
skb_queue_len(&local->skb_queue_unreliable))
|
||||
printk(KERN_WARNING "%s: skb_queue not empty\n",
|
||||
wiphy_name(local->hw.wiphy));
|
||||
skb_queue_purge(&local->skb_queue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue