* [PATCH 2/2] Staging: wlan-ng: Fix lines over 80 characters in p80211netdev.c
@ 2010-11-08 20:35 Maximiliano David Bustos
2010-11-10 0:41 ` [PATCH 2/2] Staging: wlan-ng: Fix lines over 80 characters in Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano David Bustos @ 2010-11-08 20:35 UTC (permalink / raw)
To: kernel-janitors
This patch fixes over 80 characters bugs reported by checkpatch.pl
Signed-off-by: Maximiliano David Bustos <md.bustos90@gmail.com>
---
drivers/staging/wlan-ng/p80211netdev.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wlan-ng/p80211netdev.c b/drivers/staging/wlan-ng/p80211netdev.c
index b7b4a73..314eff0 100644
--- a/drivers/staging/wlan-ng/p80211netdev.c
+++ b/drivers/staging/wlan-ng/p80211netdev.c
@@ -301,7 +301,8 @@ static void p80211netdev_rx_bh(unsigned long arg)
if (memcmp
(hdr->a1, wlandev->netdev->dev_addr,
ETH_ALEN) != 0) {
- /* but reject anything else that isn't multicast */
+ /* but reject anything else that
+ isn't multicast */
if (!(hdr->a1[0] & 0x01)) {
dev_kfree_skb(skb);
continue;
@@ -770,7 +771,8 @@ int wlan_setup(wlandevice_t *wlandev, struct device *physdev)
}
/* Allocate and initialize the struct device */
- netdev = alloc_netdev(sizeof(struct wireless_dev), "wlan%d", ether_setup);
+ netdev = alloc_netdev(sizeof(struct wireless_dev), "wlan%d",
+ ether_setup);
if (netdev = NULL) {
printk(KERN_ERR "Failed to alloc netdev.\n");
wlan_free_wiphy(wiphy);
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-10 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 20:35 [PATCH 2/2] Staging: wlan-ng: Fix lines over 80 characters in p80211netdev.c Maximiliano David Bustos
2010-11-10 0:41 ` [PATCH 2/2] Staging: wlan-ng: Fix lines over 80 characters in Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.