Files
linux/drivers
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
..
2018-01-09 16:34:34 +01:00
2018-01-02 14:56:51 +01:00
2017-12-20 13:16:33 -07:00
2018-01-09 16:34:34 +01:00
2018-01-09 16:34:34 +01:00
2017-11-13 01:34:14 +01:00
2018-01-09 16:34:35 +01:00
2017-12-18 09:16:35 +01:00
2018-01-09 16:34:35 +01:00
2018-01-09 16:34:34 +01:00
2018-01-09 16:33:31 +01:00
2017-12-18 16:47:27 +01:00
2018-01-09 16:34:34 +01:00
2018-01-09 16:34:35 +01:00
2017-12-18 13:55:43 -07:00
2018-01-09 16:34:35 +01:00
2018-01-09 16:33:31 +01:00
2018-01-09 16:33:31 +01:00
2017-12-02 21:31:03 -05:00
2018-01-09 16:33:31 +01:00
2017-12-14 21:01:40 +02:00