staging: ced1401: usb1401.h: fix "foo * bar"
authorLuca Ellero <luca.ellero@brickedbrain.com>
Fri, 11 Jul 2014 14:56:43 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 00:33:11 +0000 (17:33 -0700)
Fix checkpatch error "foo * bar" should be "foo *bar" in file usb1401.h

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/usb1401.h

index 8e800c3db61eeb6bca0249af39cb287ea892b41a..da4d90cd49a0227524bb7f7dee7a6f27592635f9 100644 (file)
@@ -213,7 +213,7 @@ struct ced_data {
 
 /*  Definitions of routimes used between compilation object files */
 /*  in usb1401.c */
-extern int ced_allowi(struct ced_data * ced);
+extern int ced_allowi(struct ced_data *ced);
 extern int ced_send_chars(struct ced_data *ced);
 extern void ced_draw_down(struct ced_data *ced);
 extern int ced_read_write_mem(struct ced_data *ced, bool read,