Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303817

[PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style

From Pranjal Bhor <bhor.pranjal@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style
Date 2016-01-07 20:20 +0100
Message-ID <qOogi-431-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style Pranjal Bhor <bhor.pranjal@gmail.com> - 2016-01-07 20:20 +0100
  Re: [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding  style Greg KH <gregkh@linuxfoundation.org> - 2016-01-07 20:30 +0100
    Re: [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding  style Greg KH <gregkh@linuxfoundation.org> - 2016-01-07 20:30 +0100
  Re: [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding  style Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-07 23:00 +0100

csiph-web