Staging: line6: Fix unnecessary space after function pointer in driver.h
authorMonam Agarwal <monamagarwal123@gmail.com>
Thu, 27 Feb 2014 15:36:58 +0000 (21:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 23:15:58 +0000 (15:15 -0800)
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 <monamagarwal123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/driver.h

index 34ae95e7e512871a74e9e9cd427ce28b3fb916f9..16e3fc2f1f1597e324cc8dd4c48d106b7338dc50 100644 (file)
@@ -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);
This page took 0.025698 seconds and 5 git commands to generate.