Commit d193c169 authored by Dennis Chen's avatar Dennis Chen Committed by Jiri Kosina

HID: whitespace cleanup

Removes trailing whitespace in hid-core.c and usbhid/hid-quirks.c
Signed-off-by: default avatarDennis Chen <barracks510@gmail.com>
Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0a76ac80
...@@ -2302,7 +2302,7 @@ __ATTRIBUTE_GROUPS(hid_dev); ...@@ -2302,7 +2302,7 @@ __ATTRIBUTE_GROUPS(hid_dev);
static int hid_uevent(struct device *dev, struct kobj_uevent_env *env) static int hid_uevent(struct device *dev, struct kobj_uevent_env *env)
{ {
struct hid_device *hdev = to_hid_device(dev); struct hid_device *hdev = to_hid_device(dev);
if (add_uevent_var(env, "HID_ID=%04X:%08X:%08X", if (add_uevent_var(env, "HID_ID=%04X:%08X:%08X",
hdev->bus, hdev->vendor, hdev->product)) hdev->bus, hdev->vendor, hdev->product))
......
...@@ -288,7 +288,7 @@ static void usbhid_remove_all_dquirks(void) ...@@ -288,7 +288,7 @@ static void usbhid_remove_all_dquirks(void)
} }
/** /**
* usbhid_quirks_init: apply USB HID quirks specified at module load time * usbhid_quirks_init: apply USB HID quirks specified at module load time
*/ */
int usbhid_quirks_init(char **quirks_param) int usbhid_quirks_init(char **quirks_param)
...@@ -352,7 +352,7 @@ static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor, ...@@ -352,7 +352,7 @@ static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor,
if (bl_entry != NULL) if (bl_entry != NULL)
dbg_hid("Found squirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n", dbg_hid("Found squirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n",
bl_entry->quirks, bl_entry->idVendor, bl_entry->quirks, bl_entry->idVendor,
bl_entry->idProduct); bl_entry->idProduct);
return bl_entry; return bl_entry;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment