Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Net: wireless: core.c: fixed checkpatch warnings

Fixed some checkpatch warnings.

Signed-off-by: Cristian Chilipirea <cristian.chilipirea@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Cristian Chilipirea and committed by
John W. Linville
c4f60846 9e73dee7

+2 -2
+2 -2
net/wireless/core.c
··· 664 664 mutex_lock(&rdev->devlist_mtx); 665 665 __count = rdev->opencount; 666 666 mutex_unlock(&rdev->devlist_mtx); 667 - __count == 0;})); 667 + __count == 0; })); 668 668 669 669 mutex_lock(&rdev->devlist_mtx); 670 670 BUG_ON(!list_empty(&rdev->netdev_list)); ··· 776 776 .name = "wlan", 777 777 }; 778 778 779 - static int cfg80211_netdev_notifier_call(struct notifier_block * nb, 779 + static int cfg80211_netdev_notifier_call(struct notifier_block *nb, 780 780 unsigned long state, 781 781 void *ndev) 782 782 {