浏览代码

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>
Alan Ott 14 年之前
父节点
当前提交
12e5272585
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/hid/usbhid/hid-core.c

+ 1 - 0
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
 	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++;