public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: serial2002: fixed consistent spacing issue
@ 2013-03-20 12:26 Alice Ferrazzi
  2013-03-20 12:47 ` Dan Carpenter
  0 siblings, 1 reply; 8+ messages in thread
From: Alice Ferrazzi @ 2013-03-20 12:26 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Alice Ferrazzi

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


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

end of thread, other threads:[~2013-03-20 22:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 12:26 [PATCH] Staging: comedi: serial2002: fixed consistent spacing issue Alice Ferrazzi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox