HID: fix some indenting issues
Some drivers indent some lines in a very weird manner. Fix that. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Родитель
b2c68a2f1b
Коммит
636a89d43e
|
@ -23,7 +23,8 @@ static __u8 *aureal_report_fixup(struct hid_device *hdev, __u8 *rdesc,
|
|||
if (*rsize >= 54 && rdesc[52] == 0x25 && rdesc[53] == 0x01) {
|
||||
dev_info(&hdev->dev, "fixing Aureal Cy se W-01RN USB_V3.1 report descriptor.\n");
|
||||
rdesc[53] = 0x65;
|
||||
} return rdesc;
|
||||
}
|
||||
return rdesc;
|
||||
}
|
||||
|
||||
static const struct hid_device_id aureal_devices[] = {
|
||||
|
|
|
@ -27,7 +27,7 @@ static __u8 *elecom_report_fixup(struct hid_device *hdev, __u8 *rdesc,
|
|||
hid_info(hdev, "Fixing up Elecom BM084 report descriptor\n");
|
||||
rdesc[47] = 0x00;
|
||||
}
|
||||
return rdesc;
|
||||
return rdesc;
|
||||
}
|
||||
|
||||
static const struct hid_device_id elecom_devices[] = {
|
||||
|
|
|
@ -427,7 +427,7 @@ static int pcmidi_handle_report4(struct pcmidi_snd *pm, u8 *data)
|
|||
pm->midi_octave = 2;
|
||||
dbg_hid("pcmidi mode: %d octave: %d\n",
|
||||
pm->midi_mode, pm->midi_octave);
|
||||
continue;
|
||||
continue;
|
||||
} else
|
||||
key = KEY_MESSENGER;
|
||||
break;
|
||||
|
@ -695,7 +695,7 @@ static int pcmidi_snd_initialise(struct pcmidi_snd *pm)
|
|||
if (err < 0) {
|
||||
pk_error("failed to register pc-midi sound card: error %d\n",
|
||||
err);
|
||||
goto fail_register;
|
||||
goto fail_register;
|
||||
}
|
||||
|
||||
dbg_hid("pcmidi_snd_initialise finished ok\n");
|
||||
|
|
|
@ -646,8 +646,8 @@ static int sensor_hub_probe(struct hid_device *hdev,
|
|||
GFP_KERNEL);
|
||||
if (sd->hid_sensor_hub_client_devs == NULL) {
|
||||
hid_err(hdev, "Failed to allocate memory for mfd cells\n");
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
}
|
||||
|
||||
for (i = 0; i < hdev->maxcollection; ++i) {
|
||||
|
@ -684,8 +684,8 @@ static int sensor_hub_probe(struct hid_device *hdev,
|
|||
collection->usage);
|
||||
if (name == NULL) {
|
||||
hid_err(hdev, "Failed MFD device name\n");
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
}
|
||||
sd->hid_sensor_hub_client_devs[
|
||||
sd->hid_sensor_client_cnt].name = name;
|
||||
|
|
Загрузка…
Ссылка в новой задаче