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-10-31 19:32:19 -07:00
2017-11-17 14:31:27 -08:00
2017-08-11 11:38:30 +08:00
2017-11-17 14:31:27 -08:00
2017-11-17 14:31:27 -08:00
2017-10-31 19:32:13 -07:00
2017-01-04 12:47:28 +08:00
2017-10-31 19:32:19 -07:00
2017-04-06 21:48:03 -07:00
2017-05-05 15:54:45 +08:00
2017-06-29 10:46:31 +08:00
2017-10-31 19:32:18 -07:00
2017-09-20 09:36:18 +08:00
2017-11-02 16:29:58 +08:00
2017-11-02 16:30:44 +08:00
2017-10-17 15:56:06 +08:00
2017-05-05 16:00:10 +08:00
2017-11-02 16:31:52 +08:00
2017-11-16 16:05:01 -08:00
2017-06-13 11:07:32 +02:00
2017-08-31 21:13:53 +08:00
2017-10-31 19:32:17 -07:00
2017-08-11 11:38:29 +08:00
2017-10-31 19:32:14 -07:00
2017-10-31 19:32:13 -07:00
2017-10-31 19:32:17 -07:00
2017-08-11 11:34:07 +08:00
2017-08-11 11:33:49 +08:00
2017-01-25 09:51:08 +08:00
2018-01-09 16:34:35 +01:00
2017-10-31 19:32:17 -07:00
2017-08-11 10:49:52 +08:00
2017-06-29 10:46:31 +08:00
2017-08-11 11:38:30 +08:00