commit | 46cb3cf8989ef5cc4f02eefee826b3d4385626f5 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 09 23:51:34 2017 +0530 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Aug 10 11:07:49 2017 +0200 |
tree | e72b4675e8dab15b6bca1a06d42d99ab37e4e627 | |
parent | a9d0683e0b62b46c7a5d0ebd8f642d8f9a4b7b32 [diff] |
HID: usbkbd: constify usb_device_id and fix space before '[' error. usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by <linux/usb.h> work with const usb_device_id. So mark the non-const structs as const. Fix checkpatch.pl error: ERROR: space prohibited before open square bracket '['. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>