[PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool

Matti Lammi mattij.lammi at gmail.com
Thu Jun 10 10:00:45 UTC 2010


Divided a comment line into two separet lines in drivers/staging/rt3070/md4.h.

Signed-off-by: Matti Lammi <mattij.lammi at gmail.com>
---
 drivers/staging/rt3070/md4.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/rt3070/md4.h b/drivers/staging/rt3070/md4.h
index b3fb637..7ae9ebb 100644
--- a/drivers/staging/rt3070/md4.h
+++ b/drivers/staging/rt3070/md4.h
@@ -31,7 +31,8 @@
 /* MD4 context. */
 typedef	struct	_MD4_CTX_	{
 	unsigned long	state[4];        /* state (ABCD) */
-	unsigned long	count[2];        /* number of bits, modulo 2^64 (lsb first) */
+	unsigned long	count[2];        /* number of bits, modulo 2^64
+					    (lsb first) */
 	u8	buffer[64];      /* input buffer */
 }	MD4_CTX;
 
-- 
1.6.0.4




More information about the devel mailing list