All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aede Symen <ashoekstra@hotmail.com>
To: devel@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org
Subject: [PATCH] staging: wlan-ng: fix coding style issues
Date: Sat, 13 Sep 2014 12:42:43 +0200	[thread overview]
Message-ID: <BLU436-SMTP235F3B35BD0E0D957564A34C0CA0@phx.gbl> (raw)

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

             reply	other threads:[~2014-09-13 10:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-13 10:42 Aede Symen [this message]
2014-09-13 12:04 ` [PATCH] staging: wlan-ng: fix coding style issues Dan Carpenter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BLU436-SMTP235F3B35BD0E0D957564A34C0CA0@phx.gbl \
    --to=ashoekstra@hotmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.