linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool
@ 2010-06-10 10:00 Matti Lammi
  2010-06-10 13:21 ` Stefan Lippers-Hollmann
  0 siblings, 1 reply; 3+ messages in thread
From: Matti Lammi @ 2010-06-10 10:00 UTC (permalink / raw)
  To: gregkh, andrea.gelmini, mattij.lammi, bzolnier; +Cc: devel, linux-kernel

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

Signed-off-by: Matti Lammi <mattij.lammi@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


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

end of thread, other threads:[~2010-06-13 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 10:00 [PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool Matti Lammi
2010-06-10 13:21 ` Stefan Lippers-Hollmann
2010-06-13 10:42   ` Bartlomiej Zolnierkiewicz

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