mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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:
committed by
Martin K. Petersen
parent
4588e65cfd
commit
c131c9bf98
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user