All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: fix coding style issues
@ 2014-09-13 10:42 Aede Symen
  2014-09-13 12:04 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Aede Symen @ 2014-09-13 10:42 UTC (permalink / raw)
  To: devel; +Cc: linux-kernel, gregkh

Limited a long line to 80 columns.

Signed-off-by: Aede Symen Hoekstra <ashoekstra@hotmail.com>
---
  drivers/staging/wlan-ng/prism2fw.c |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/prism2fw.c 
b/drivers/staging/wlan-ng/prism2fw.c
index 6c38f79..8bd7c65 100644
--- a/drivers/staging/wlan-ng/prism2fw.c
+++ b/drivers/staging/wlan-ng/prism2fw.c
@@ -238,7 +238,8 @@ static int prism2_fwtry(struct usb_device *udev, 
wlandevice_t *wlandev)
  *	0	- success
  *	~0	- failure
  ----------------------------------------------------------------*/
-static int prism2_fwapply(const struct ihex_binrec *rfptr, wlandevice_t 
*wlandev)
+static int prism2_fwapply(const struct ihex_binrec *rfptr,
+	     wlandevice_t *wlandev)
  {
  	signed int result = 0;
  	struct p80211msg_dot11req_mibget getmsg;
-- 
1.7.9.5

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

* Re: [PATCH] staging: wlan-ng: fix coding style issues
  2014-09-13 10:42 [PATCH] staging: wlan-ng: fix coding style issues Aede Symen
@ 2014-09-13 12:04 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2014-09-13 12:04 UTC (permalink / raw)
  To: Aede Symen; +Cc: devel, gregkh, linux-kernel

On Sat, Sep 13, 2014 at 12:42:43PM +0200, Aede Symen wrote:
> Limited a long line to 80 columns.
> 
> Signed-off-by: Aede Symen Hoekstra <ashoekstra@hotmail.com>

Patch is corrupt.  Read the first paragraph of
Documentation/email-clients.txt.

regards,
dan carpenter


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

end of thread, other threads:[~2014-09-13 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-13 10:42 [PATCH] staging: wlan-ng: fix coding style issues Aede Symen
2014-09-13 12:04 ` Dan Carpenter

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.