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-21 15:57:07 -08:00
2017-11-21 15:57:07 -08:00
2017-11-07 18:11:56 -08:00
2017-11-14 18:07:18 -08:00
2017-11-14 18:07:18 -08:00
2017-11-13 17:10:13 -08:00
2017-11-07 18:11:56 -08:00
2017-11-02 10:04:46 -07:00
2018-01-09 16:34:35 +01:00
2017-03-21 06:44:32 +01:00
2017-09-21 16:31:22 -07:00
2017-10-23 16:31:52 -07:00
2016-12-24 11:46:01 -08:00
2016-03-25 16:37:42 -07:00
2015-07-24 09:11:01 -07:00
2016-06-01 14:21:10 -07:00
2017-11-21 16:35:54 -08:00
2017-10-19 16:55:39 -07:00
2017-01-31 11:31:49 -08:00
2017-11-02 11:10:55 +01:00
2017-01-31 11:31:48 -08:00
2017-07-25 13:54:31 -07:00
2017-11-03 12:47:48 -07:00