diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-05-26 20:51:28 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-31 13:53:21 +0200 |
commit | 22d515723ff1d92eea4d7537a3f8d7674080422b (patch) | |
tree | b7144a1f6555e8f965f654ebf7a421db77f7a9fb /drivers/hid | |
parent | 597b49ec6f19b6df975e2101c42b7b1cfe168280 (diff) | |
download | talos-op-linux-22d515723ff1d92eea4d7537a3f8d7674080422b.tar.gz talos-op-linux-22d515723ff1d92eea4d7537a3f8d7674080422b.zip |
HID: roccat: fix whitespace warning from checkpatch.pl
Fixed the following warning of checkpatch.pl:
WARNING: space prohibited between function name and open parenthesis '('
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-roccat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat.h b/drivers/hid/hid-roccat.h index d8aae0c1fa7e..09e864e9f79d 100644 --- a/drivers/hid/hid-roccat.h +++ b/drivers/hid/hid-roccat.h @@ -15,7 +15,7 @@ #include <linux/hid.h> #include <linux/types.h> -#if defined(CONFIG_HID_ROCCAT) || defined (CONFIG_HID_ROCCAT_MODULE) +#if defined(CONFIG_HID_ROCCAT) || defined(CONFIG_HID_ROCCAT_MODULE) int roccat_connect(struct hid_device *hid); void roccat_disconnect(int minor); int roccat_report_event(int minor, u8 const *data, int len); |