All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matti Lammi <mattij.lammi@gmail.com>
To: gregkh@suse.de, andrea.gelmini@gelma.net, mattij.lammi@gmail.com,
	bzolnier@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool
Date: Thu, 10 Jun 2010 13:00:45 +0300	[thread overview]
Message-ID: <1276164045-6003-1-git-send-email-mattij.lammi@gmail.com> (raw)

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


             reply	other threads:[~2010-06-10 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10 10:00 Matti Lammi [this message]
2010-06-10 13:21 ` [PATCH] rt3070: Fixed a line over 80 character warning reported by checkpatch.pl tool Stefan Lippers-Hollmann
2010-06-13 10:42   ` Bartlomiej Zolnierkiewicz

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=1276164045-6003-1-git-send-email-mattij.lammi@gmail.com \
    --to=mattij.lammi@gmail.com \
    --cc=andrea.gelmini@gelma.net \
    --cc=bzolnier@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /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.