public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style
@ 2016-01-07 19:14 Pranjal Bhor
  2016-01-07 19:21 ` Greg KH
  2016-01-07 21:55 ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Pranjal Bhor @ 2016-01-07 19:14 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Pranjal Bhor

Blank line after opening brace removed

Signed-off-by: Pranjal Bhor <bhor.pranjal@gmail.com>
---
 drivers/staging/wlan-ng/p80211conv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/p80211conv.c b/drivers/staging/wlan-ng/p80211conv.c
index 1b02cdf..7e3d4b5 100644
--- a/drivers/staging/wlan-ng/p80211conv.c
+++ b/drivers/staging/wlan-ng/p80211conv.c
@@ -106,7 +106,6 @@ int skb_ether_to_p80211(wlandevice_t *wlandev, u32 ethconv,
			struct sk_buff *skb, union p80211_hdr *p80211_hdr,
			struct p80211_metawep *p80211_wep)
 {
-
	__le16 fc;
	u16 proto;
	struct wlan_ethhdr e_hdr;
--
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-07 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 19:14 [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style Pranjal Bhor
2016-01-07 19:21 ` Greg KH
2016-01-07 19:21   ` Greg KH
2016-01-07 21:55 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox