linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in baseband.c
@ 2016-03-10  7:09 nancygoel62
  2016-03-11  3:24 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: nancygoel62 @ 2016-03-10  7:09 UTC (permalink / raw)
  To: nancygoel62; +Cc: devel, linux-kernel

This is a patch to the baseband.c file that fixes the warnings of more than 80 characters at a line by the checkpatch.pl tool

Signed-off-by: Nancy Goel <nancygoel62@gmail.com>
---
 drivers/staging/vt6655/baseband.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c
index 1e6c0c4..88aff82 100644
--- a/drivers/staging/vt6655/baseband.c
+++ b/drivers/staging/vt6655/baseband.c
@@ -36,8 +36,10 @@
  * Revision History:
  *      06-10-2003 Bryan YC Fan:  Re-write codes to support VT3253 spec.
  *      08-07-2003 Bryan YC Fan:  Add MAXIM2827/2825 and RFMD2959 support.
- *      08-26-2003 Kyle Hsu    :  Modify BBuGetFrameTime() and BBvCalculateParameter().
- *                                cancel the setting of MAC_REG_SOFTPWRCTL on BBbVT3253Init().
+ *      08-26-2003 Kyle Hsu    :  Modify BBuGetFrameTime() and
+ *								  BBvCalculateParameter().
+ *                                cancel the setting of MAC_REG_SOFTPWRCTL
+ *								  on BBbVT3253Init().
  *                                Add the comments.
  *      09-01-2003 Bryan YC Fan:  RF & BB tables updated.
  *                                Modified BBvLoopbackOn & BBvLoopbackOff().
@@ -2160,10 +2162,12 @@ bool BBbVT3253Init(struct vnt_private *priv)
 
 
 		/* {{ RobertYu:20050223, request by JerryChung */
-		/* Init ANT B select,TX Config CR09 = 0x61->0x45, 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted) */
-		/*bResult &= BBbWriteEmbedded(dwIoBase,0x09,0x41);*/
-		/* Init ANT B select,RX Config CR10 = 0x28->0x2A, 0x2A->0x28(VC1/VC2 define, make the ANT_A, ANT_B inverted) */
-		/*bResult &= BBbWriteEmbedded(dwIoBase,0x0a,0x28);*/
+		/* Init ANT B select,TX Config CR09 = 0x61->0x45, */
+		/* 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted) */
+		/* bResult &= BBbWriteEmbedded(dwIoBase,0x09,0x41);*/
+		/* Init ANT B select,RX Config CR10 = 0x28->0x2A, 0x2A->0x28 */
+		/* (VC1/VC2 define, make the ANT_A, ANT_B inverted) */
+		/* bResult &= BBbWriteEmbedded(dwIoBase,0x0a,0x28);*/
 		/* Select VC1/VC2, CR215 = 0x02->0x06 */
 		bResult &= BBbWriteEmbedded(priv, 0xd7, 0x06);
 		/* }} */
-- 
1.9.1

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

* Re: [PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in baseband.c
  2016-03-10  7:09 [PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in baseband.c nancygoel62
@ 2016-03-11  3:24 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-03-11  3:24 UTC (permalink / raw)
  To: nancygoel62; +Cc: devel, linux-kernel

On Thu, Mar 10, 2016 at 12:39:08PM +0530, nancygoel62 wrote:
> This is a patch to the baseband.c file that fixes the warnings of more than 80 characters at a line by the checkpatch.pl tool
> 
> Signed-off-by: Nancy Goel <nancygoel62@gmail.com>
> ---
>  drivers/staging/vt6655/baseband.c | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)

Your From: line doesn't match your signed-off-by name :(

Also, please wrap your changelog entries at 72 columns.

thanks,

greg k-h

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

end of thread, other threads:[~2016-03-11  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  7:09 [PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in baseband.c nancygoel62
2016-03-11  3:24 ` Greg KH

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