All of lore.kernel.org
 help / color / mirror / Atom feed
From: Madhumitha Prabakaran <madhumithabiw@gmail.com>
To: forest@alittletooquiet.net, gregkh@linuxfoundation.org,
	outreachy-kernel@googlegroups.com
Cc: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Subject: [PATCH v2 1/4] Staging: vt6655: Modify line over 80 characters
Date: Tue,  5 Mar 2019 10:31:55 -0600	[thread overview]
Message-ID: <c9d4ee1980ed5b5626241a641454dde6e9d279a4.1551803156.git.madhumithabiw@gmail.com> (raw)
In-Reply-To: <cover.1551803156.git.madhumithabiw@gmail.com>
In-Reply-To: <cover.1551803156.git.madhumithabiw@gmail.com>

Fix the warning issued by checkpatch.pl
WARNING: line over 80 characters

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
---
 drivers/staging/vt6655/card.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
index d71022aa3f86..6bbbbe1314d5 100644
--- a/drivers/staging/vt6655/card.h
+++ b/drivers/staging/vt6655/card.h
@@ -44,7 +44,8 @@ struct vnt_private;
 void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
 void CARDvUpdateBasicTopRate(struct vnt_private *priv);
 bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
-void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
+void CARDvSetLoopbackMode(struct vnt_private *priv,
+			  unsigned short wLoopbackMode);
 bool CARDbSoftwareReset(struct vnt_private *priv);
 void CARDvSetFirstNextTBTT(struct vnt_private *priv,
 			   unsigned short wBeaconInterval);
-- 
2.17.1



  reply	other threads:[~2019-03-05 16:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 16:31 [PATCH v2 0/4] Staging: vt6655: Fix checkpatch.pl issues Madhumitha Prabakaran
2019-03-05 16:31 ` Madhumitha Prabakaran [this message]
2019-03-05 16:31 ` [PATCH v2 2/4] Staging: vt6655: Fix line over 80 characters Madhumitha Prabakaran
2019-03-06  9:20   ` Greg KH
2019-03-05 16:31 ` [PATCH v2 3/4] Staging: vt6655: Fix spelling mistake Madhumitha Prabakaran
2019-03-05 16:31 ` [PATCH v2 4/4] Staging: vt6655: Fix space around binary operator Madhumitha Prabakaran

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=c9d4ee1980ed5b5626241a641454dde6e9d279a4.1551803156.git.madhumithabiw@gmail.com \
    --to=madhumithabiw@gmail.com \
    --cc=forest@alittletooquiet.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.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.