linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/6] Staging: wlan-ng: fix coding style issues in prism2mib.c
@ 2010-11-06 16:23 Johan Meiring
  2010-11-10  0:36 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Meiring @ 2010-11-06 16:23 UTC (permalink / raw)
  To: gregkh, greg, johanmeiring; +Cc: devel, linux-kernel

This is a patch to the prism2mib.c file that fixes various coding style issues that were found by the checkpatch.pl tool

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
---
 drivers/staging/wlan-ng/prism2mib.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
index d3a06fa..c1276fd 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -136,7 +136,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib,
 					    int isget,
 					    wlandevice_t *wlandev,
 					    hfa384x_t *hw,
-					    struct p80211msg_dot11req_mibset *msg,
+					    struct p80211msg_dot11req_mibset
+						*msg,
 					    void *data);
 
 static int prism2mib_priv(struct mibrec *mib,
@@ -664,7 +665,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib,
 					    int isget,
 					    wlandevice_t *wlandev,
 					    hfa384x_t *hw,
-					    struct p80211msg_dot11req_mibset *msg,
+					    struct p80211msg_dot11req_mibset
+						*msg,
 					    void *data)
 {
 	int result;
-- 
1.7.1


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

* Re: [PATCH 4/6] Staging: wlan-ng: fix coding style issues in prism2mib.c
  2010-11-06 16:23 [PATCH 4/6] Staging: wlan-ng: fix coding style issues in prism2mib.c Johan Meiring
@ 2010-11-10  0:36 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-11-10  0:36 UTC (permalink / raw)
  To: Johan Meiring; +Cc: gregkh, devel, linux-kernel

On Sat, Nov 06, 2010 at 06:23:27PM +0200, Johan Meiring wrote:
> This is a patch to the prism2mib.c file that fixes various coding style
> issues that were found by the checkpatch.pl tool
> 
> Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
> ---
>  drivers/staging/wlan-ng/prism2mib.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
> index d3a06fa..c1276fd 100644
> --- a/drivers/staging/wlan-ng/prism2mib.c
> +++ b/drivers/staging/wlan-ng/prism2mib.c
> @@ -136,7 +136,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib,
>  					    int isget,
>  					    wlandevice_t *wlandev,
>  					    hfa384x_t *hw,
> -					    struct p80211msg_dot11req_mibset *msg,
> +					    struct p80211msg_dot11req_mibset
> +						*msg,

That's really not much better, so let's just leave the original code.

thanks,

greg k-h

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

end of thread, other threads:[~2010-11-10  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-06 16:23 [PATCH 4/6] Staging: wlan-ng: fix coding style issues in prism2mib.c Johan Meiring
2010-11-10  0:36 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).