From: Lekshmi <andnlnbn18@gmail.com>
To: gregkh@linuxfoundation.org
Cc: matt@ninezulu.com, raghav3276@gmail.com, josh@joshtriplett.org,
tapaswenipathak@gmail.com, vitaly.osipov@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Lekshmi <andnlnbn18@gmail.com>
Subject: [PATCH] Drivers:staging:wlan-ng: Fixed line over 80 characters warning
Date: Sun, 23 Nov 2014 15:26:54 +0530 [thread overview]
Message-ID: <1416736614-3873-1-git-send-email-andnlnbn18@gmail.com> (raw)
The following chaeckpatch warning was fixed:
WARNING: line over 80 characters
Signed-off-by: Lekshmi <andnlnbn18@gmail.com>
---
drivers/staging/wlan-ng/prism2fw.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wlan-ng/prism2fw.c b/drivers/staging/wlan-ng/prism2fw.c
index e907380..5c3fd2d 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;
@@ -707,7 +708,8 @@ static int plugimage(struct imgchunk *fchunk, unsigned int nfchunks,
continue;
}
- /* Validate plug address against chunk data and identify chunk */
+ /* Validate plug address against chunk data
+ * and identify chunk */
for (c = 0; c < nfchunks; c++) {
cstart = fchunk[c].addr;
cend = fchunk[c].addr + fchunk[c].len;
--
1.7.9.5
next reply other threads:[~2014-11-23 9:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-23 9:56 Lekshmi [this message]
2014-11-23 17:28 ` [PATCH] Drivers:staging:wlan-ng: Fixed line over 80 characters warning Sudip Mukherjee
2014-11-23 17:39 ` Greg KH
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=1416736614-3873-1-git-send-email-andnlnbn18@gmail.com \
--to=andnlnbn18@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=josh@joshtriplett.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matt@ninezulu.com \
--cc=raghav3276@gmail.com \
--cc=tapaswenipathak@gmail.com \
--cc=vitaly.osipov@gmail.com \
/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.