Skip to content

Commit

Permalink
HID: trivial formatting fix
Browse files Browse the repository at this point in the history
Added blank line after declarations.

Signed-off-by: Alan Ott <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
signal11 authored and Jiri Kosina committed Sep 22, 2010
1 parent b7e1b20 commit 12e5272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/usbhid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ static int usbhid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t co
if (usbhid->urbout) {
int actual_length;
int skipped_report_id = 0;

if (buf[0] == 0x0) {
/* Don't send the Report ID */
buf++;
Expand Down

0 comments on commit 12e5272

Please sign in to comment.