[PATCH] Staging: comedi: serial2002: fixed consistent spacing issue

From: Alice Ferrazzi
Date: Wed Mar 20 2013 - 08:27:55 EST


Fixed consistent spacing around '*'.

Signed-off-by: Alice Ferrazzi <alice.ferrazzi@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/