Joe Perches
6cbaefb4bf
treewide: Use DEVICE_ATTR_WO
Convert DEVICE_ATTR uses to DEVICE_ATTR_WO where possible.
Done with perl script:
$ git grep -w --name-only DEVICE_ATTR | \
xargs perl -i -e 'local $/; while (<>) { s/\bDEVICE_ATTR\s*\(\s*(\w+)\s*,\s*\(?(?:\s*S_IWUSR\s*|\s*0200\s*)\)?\s*,\s*NULL\s*,\s*\s_store\s*\)/DEVICE_ATTR_WO(\1)/g; print;}'
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-09 16:34:35 +01:00
..
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2018-01-09 16:34:34 +01:00
2017-12-21 10:44:13 -08:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-08 13:32:44 -08:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-08 13:32:44 -08:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-05 15:02:40 +01:00
2017-12-17 21:06:25 +01:00
2017-12-28 12:26:35 +01:00
2017-12-11 07:51:09 -08:00
2018-01-09 16:34:35 +01:00
2017-12-05 15:02:40 +01:00
2018-01-09 16:34:34 +01:00
2017-12-27 20:29:48 -05:00
2018-01-09 16:34:34 +01:00
2017-12-23 11:53:04 -08:00
2017-12-23 11:53:04 -08:00
2018-01-09 16:34:35 +01:00
2017-12-05 15:02:40 +01:00
2017-11-11 18:24:55 +09:00