mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
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>
This commit is contained in:
parent
b7e1b2039d
commit
12e5272585
@ -810,6 +810,7 @@ static int usbhid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t co
|
|||||||
if (usbhid->urbout) {
|
if (usbhid->urbout) {
|
||||||
int actual_length;
|
int actual_length;
|
||||||
int skipped_report_id = 0;
|
int skipped_report_id = 0;
|
||||||
|
|
||||||
if (buf[0] == 0x0) {
|
if (buf[0] == 0x0) {
|
||||||
/* Don't send the Report ID */
|
/* Don't send the Report ID */
|
||||||
buf++;
|
buf++;
|
||||||
|
Loading…
Reference in New Issue
Block a user