diff options
author | Alan Ott <alan@signal11.us> | 2010-09-22 07:33:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-22 07:33:20 -0400 |
commit | 12e5272585901217e919da810c801e5084ee0cb1 (patch) | |
tree | 140fd387c4ff5c3da6d06336fe091ddbfac8c114 /drivers | |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hid/usbhid/hid-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c index b729c0286679..ff90069f4a69 100644 --- a/drivers/hid/usbhid/hid-core.c +++ b/drivers/hid/usbhid/hid-core.c | |||
@@ -810,6 +810,7 @@ static int usbhid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t co | |||
810 | if (usbhid->urbout) { | 810 | if (usbhid->urbout) { |
811 | int actual_length; | 811 | int actual_length; |
812 | int skipped_report_id = 0; | 812 | int skipped_report_id = 0; |
813 | |||
813 | if (buf[0] == 0x0) { | 814 | if (buf[0] == 0x0) { |
814 | /* Don't send the Report ID */ | 815 | /* Don't send the Report ID */ |
815 | buf++; | 816 | buf++; |