Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87466
b: refs/heads/master
c: dfd347f
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Mar 18, 2008
1 parent ce27fc9 commit 0548c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9bde7ad39e61424619b6bd7dd6984606b3b6489
refs/heads/master: dfd347f09c66beed2ae621aad5fd75535b1838d4
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ int hid_input_report(struct hid_device *hid, int type, u8 *data, int size, int i
size--;
}

/* dump the report descriptor */
/* dump the report */
dbg_hid("report %d (size %u) = ", n, size);
for (i = 0; i < size; i++)
dbg_hid_line(" %02x", data[i]);
Expand Down

0 comments on commit 0548c6d

Please sign in to comment.