linux/drivers/w1/masters
Arvind Yadav d7b3cf892a w1: ds2490: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-28 17:18:19 +02:00
..
ds1wm.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
ds2482.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
ds2490.c w1: ds2490: constify usb_device_id and fix space before '[' error 2017-08-28 17:18:19 +02:00
Kconfig
Makefile
matrox_w1.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
mxc_w1.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
omap_hdq.c w1: omap-hdq: fix error return code in omap_hdq_probe() 2017-07-17 16:48:15 +02:00
w1-gpio.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00