Re: [PATCH 7/7] scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttribute
From: Johannes Thumshirn <hidden>
Date: 2021-08-03 07:56:00
Also in:
linux-block, linux-ide
From: Johannes Thumshirn <hidden>
Date: 2021-08-03 07:56:00
Also in:
linux-block, linux-ide
On 02/08/2021 11:03, Damien Le Moal wrote:
+/** + * sas_ncq_prio_supported_show - Indicate if device supports NCQ priority + * @dev: pointer to embedded device + * @attr: sas_ncq_prio_supported attribute desciptor + * @buf: the buffer returned + * + * A sysfs 'read/write' sdev attribute, only works with SATA + */
[...]
+static DEVICE_ATTR_RO(sas_ncq_prio_supported); +
Shouldn't that comment read: "A sysfs 'read only' sdev attribute, only works with SATA"