[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1276164045-6003-1-git-send-email-mattij.lammi@gmail.com>
Date: Thu, 10 Jun 2010 13:00:45 +0300
From: Matti Lammi <mattij.lammi@...il.com>
To: gregkh@...e.de, andrea.gelmini@...ma.net, mattij.lammi@...il.com,
bzolnier@...il.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool
Divided a comment line into two separet lines in drivers/staging/rt3070/md4.h.
Signed-off-by: Matti Lammi <mattij.lammi@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists