commit | 12e5272585901217e919da810c801e5084ee0cb1 | [log] [tgz] |
---|---|---|
author | Alan Ott <alan@signal11.us> | Wed Sep 22 13:33:20 2010 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Sep 22 13:33:20 2010 +0200 |
tree | 140fd387c4ff5c3da6d06336fe091ddbfac8c114 | |
parent | b7e1b2039de3a028fba46fbaca58a45c23a417ec [diff] |
HID: trivial formatting fix Added blank line after declarations. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c index b729c02..ff90069 100644 --- a/drivers/hid/usbhid/hid-core.c +++ b/drivers/hid/usbhid/hid-core.c
@@ -810,6 +810,7 @@ if (usbhid->urbout) { int actual_length; int skipped_report_id = 0; + if (buf[0] == 0x0) { /* Don't send the Report ID */ buf++;