Home
last modified time | relevance | path

Searched hist:ad8378ede6f933cd6fe0c4c12ec65a3db469b2ca (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-core.cdiff ad8378ede6f933cd6fe0c4c12ec65a3db469b2ca Mon Aug 21 06:43:09 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> HID: make device_attribute const

Make this const as it is only passed as an argument to the function
device_create_file and device_remove_file and the corresponding arguments are
of type const. Done using Coccinelle

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>