From: Luca Ellero Date: Fri, 11 Jul 2014 14:56:43 +0000 (+0200) Subject: staging: ced1401: usb1401.h: fix "foo * bar" X-Git-Tag: firefly_0821_release~176^2~3491^2~947 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a08259437f87e81671ebd90efc65992a10caffe7;p=firefly-linux-kernel-4.4.55.git staging: ced1401: usb1401.h: fix "foo * bar" Fix checkpatch error "foo * bar" should be "foo *bar" in file usb1401.h Signed-off-by: Luca Ellero Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ced1401/usb1401.h b/drivers/staging/ced1401/usb1401.h index 8e800c3db61e..da4d90cd49a0 100644 --- a/drivers/staging/ced1401/usb1401.h +++ b/drivers/staging/ced1401/usb1401.h @@ -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,