public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] HID: Fixed warning of checkpatch.pl in roccat char device header
@ 2010-05-26 18:51 Stefan Achatz
  0 siblings, 0 replies; only message in thread
From: Stefan Achatz @ 2010-05-26 18:51 UTC (permalink / raw)
  To: Randy Dunlap, Stefan Achatz, Stephen Rothwell, Jiri Kosina,
	linux-kernel, linux-input, linux-doc, Tejun Heo

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>
---
 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 d8aae0c..09e864e 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);
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-26 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26 18:51 [PATCH 2/3] HID: Fixed warning of checkpatch.pl in roccat char device header Stefan Achatz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox