linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: wilc1000: Fix line over 80 characters
@ 2017-08-03 22:00 Himanshu Jha
  2017-08-04  8:14 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: Himanshu Jha @ 2017-08-03 22:00 UTC (permalink / raw)
  To: gregkh; +Cc: aditya.shankar, linux-kernel, linux-wireless, Himanshu Jha

This patch fixes 80 characters limit coding style issue.

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
---
 drivers/staging/wilc1000/linux_wlan.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index dbb3e24..5dab2cd 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -1087,7 +1087,8 @@ static int mac_ioctl(struct net_device *ndev, struct ifreq *req, int cmd)
 
 				snprintf(buff, size, "rssi %d", rssi);
 
-				if (copy_to_user(wrq->u.data.pointer, buff, size)) {
+				if (copy_to_user(wrq->u.data.pointer, buff,
+							size)) {
 					netdev_err(ndev, "failed to copy\n");
 					ret = -EFAULT;
 					goto done;
-- 
2.7.4

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

end of thread, other threads:[~2017-08-04  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03 22:00 [PATCH] Staging: wilc1000: Fix line over 80 characters Himanshu Jha
2017-08-04  8:14 ` Joe Perches

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).