From: Monam Agarwal Date: Thu, 27 Feb 2014 15:36:58 +0000 (+0530) Subject: Staging: line6: Fix unnecessary space after function pointer in driver.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=56733e979328095852fd960f303ab80ce0dc9065;p=deliverable%2Flinux.git Staging: line6: Fix unnecessary space after function pointer in driver.h This patch fixes the following checkpatch.pl issues in driver.h: WARNING: unnecessary space after function pointer in driver.h Signed-off-by: Monam Agarwal Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h index 34ae95e7e512..16e3fc2f1f15 100644 --- a/drivers/staging/line6/driver.h +++ b/drivers/staging/line6/driver.h @@ -204,7 +204,7 @@ extern int line6_send_sysex_message(struct usb_line6 *line6, extern ssize_t line6_set_raw(struct device *dev, struct device_attribute *attr, const char *buf, size_t count); extern void line6_start_timer(struct timer_list *timer, unsigned int msecs, - void (*function) (unsigned long), + void (*function)(unsigned long), unsigned long data); extern int line6_transmit_parameter(struct usb_line6 *line6, int param, u8 value);