scsi: core: Correct documentation for scsi_device_quiesce()

If scsi_device_quiesce() returns zero, the function executed successfully.

Signed-off-by: Miao Li <limiao@kylinos.cn>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://patch.msgid.link/20251124075444.32699-1-limiao870622@163.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Miao Li
2025-11-24 15:54:44 +08:00
committed by Martin K. Petersen
parent 4588e65cfd
commit c131c9bf98

View File

@@ -2801,7 +2801,7 @@ EXPORT_SYMBOL_GPL(sdev_evt_send_simple);
*
* Must be called with user context, may sleep.
*
* Returns zero if unsuccessful or an error if not.
* Returns zero if successful or an error if not.
*/
int
scsi_device_quiesce(struct scsi_device *sdev)