From: Alice Ferrazzi <alice.ferrazzi@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Alice Ferrazzi <alice.ferrazzi@gmail.com>
Subject: [PATCH] Staging: comedi: serial2002: fixed consistent spacing issue
Date: Wed, 20 Mar 2013 21:26:51 +0900 [thread overview]
Message-ID: <1363782411-11729-1-git-send-email-alice.ferrazzi@gmail.com> (raw)
Fixed consistent spacing around '*'.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@gmail.com>
---
drivers/staging/comedi/drivers/serial2002.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/serial2002.c b/drivers/staging/comedi/drivers/serial2002.c
index e6177b4..858d364 100644
--- a/drivers/staging/comedi/drivers/serial2002.c
+++ b/drivers/staging/comedi/drivers/serial2002.c
@@ -604,7 +604,7 @@ static int serial_2002_open(struct comedi_device *dev)
c[j].max;
range_table_list[chan] =
(const struct
- comedi_lrange *)
+ comedi_lrange*)
&range[j];
}
maxdata_list[chan] =
--
1.7.10.4
next reply other threads:[~2013-03-20 12:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-20 12:26 Alice Ferrazzi [this message]
2013-03-20 12:47 ` Dan Carpenter
2013-03-20 15:29 ` Al Viro
2013-03-20 16:04 ` Joe Perches
2013-03-20 16:06 ` H Hartley Sweeten
2013-03-20 16:26 ` [PATCH] CodingStyle: Add tab indentation avoidance tips Joe Perches
2013-03-20 16:52 ` Al Viro
2013-03-20 22:57 ` Joe Perches
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=1363782411-11729-1-git-send-email-alice.ferrazzi@gmail.com \
--to=alice.ferrazzi@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome