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-11-04 09:26:51 +09:00
2017-11-04 09:26:51 +09:00
2017-11-28 15:56:40 -05:00
2017-11-21 15:57:07 -08:00
2017-12-08 10:51:53 +01:00
2017-11-21 15:46:44 -08:00
2017-12-13 14:59:15 -05:00
2018-01-09 16:34:35 +01:00
2017-11-02 11:10:55 +01:00
2017-11-21 16:35:54 -08:00
2017-12-13 14:52:57 -05:00
2017-11-16 10:49:00 +09:00
2017-11-06 16:39:14 +01:00
2017-12-03 09:44:02 -05:00
2017-12-26 12:26:43 -05:00
2017-11-05 22:19:00 +09:00
2017-11-14 15:46:17 +09:00
2017-11-21 15:57:07 -08:00
2017-11-04 09:26:51 +09:00
2017-12-15 13:46:10 -05:00
2017-11-29 13:10:25 -08:00
2018-01-09 16:34:35 +01:00
2017-12-19 09:39:11 -05:00
2017-12-06 15:10:32 -05:00
2017-11-21 15:57:07 -08:00
2017-11-24 03:29:22 +09:00
2017-11-16 10:49:00 +09:00
2017-11-04 09:26:51 +09:00
2017-11-01 12:38:45 +09:00
2017-12-02 21:31:03 -05:00
2017-11-25 23:56:02 +09:00
2017-12-02 21:31:03 -05:00
2017-12-08 12:58:51 -08:00
2017-11-04 09:26:51 +09:00
2017-12-19 13:37:27 -05:00
2017-11-29 13:10:25 -08:00