Re: [PATCH] Support for 3M multitouch panel
From: Petr Štetiar <hidden>
Date: 2009-12-11 12:42:24
Stephane Chatty [off-list ref] [2009-12-11 11:12:58]:
Added support for 3M multitouch panel.
Hi,
you maybe forget to run checkpatch on it :-)
WARNING: space prohibited between function name and open parenthesis '('
#131: FILE: drivers/hid/hid-3m-pct.c:122:
+static void mmm_filter_event (struct mmm_data *md, struct input_dev *input)
WARNING: space prohibited between function name and open parenthesis '('
#195: FILE: drivers/hid/hid-3m-pct.c:186:
+static int mmm_event (struct hid_device *hid, struct hid_field *field,
ERROR: code indent should use tabs where possible
#196: FILE: drivers/hid/hid-3m-pct.c:187:
+^I^I struct hid_usage *usage, __s32 value)$
ERROR: code indent should use tabs where possible
#199: FILE: drivers/hid/hid-3m-pct.c:190:
+ /* Strangely, this function can be called before$
ERROR: code indent should use tabs where possible
#202: FILE: drivers/hid/hid-3m-pct.c:193:
+ if (hid->claimed & HID_CLAIMED_INPUT) {$
WARNING: space prohibited between function name and open parenthesis '('
#227: FILE: drivers/hid/hid-3m-pct.c:218:
+ mmm_filter_event (md, input);
ERROR: code indent should use tabs where possible
#233: FILE: drivers/hid/hid-3m-pct.c:224:
+ if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event)$
ERROR: code indent should use tabs where possible
#234: FILE: drivers/hid/hid-3m-pct.c:225:
+ hid->hiddev_hid_event(hid, field, usage, value);$
WARNING: space prohibited between function name and open parenthesis '('
#256: FILE: drivers/hid/hid-3m-pct.c:247:
+ kfree (md);
total: 5 errors, 4 warnings, 328 lines checked