Re: [PATCH] SCSI: remove DRIVER_ATTR() usage

From: Bart Van Assche
Date: Wed Jul 19 2017 - 22:22:05 EST


On Wed, 2017-07-19 at 14:50 +0200, Greg KH wrote:
> From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
>
> It's better to use the DRIVER_ATTR_RW() and DRIVER_ATTR_RO() macros to
> explicitly show that this is a read/write or read/only sysfs file. So
> convert the remaining SCSI drivers that use the old style to use the
> newer macros.
>
> Bonus is that this removes some checkpatch.pl warnings :)

Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxx>