Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Miao Li and committed by
Martin K. Petersen
c131c9bf 4588e65c

+1 -1
+1 -1
drivers/scsi/scsi_lib.c
··· 2801 2801 * 2802 2802 * Must be called with user context, may sleep. 2803 2803 * 2804 - * Returns zero if unsuccessful or an error if not. 2804 + * Returns zero if successful or an error if not. 2805 2805 */ 2806 2806 int 2807 2807 scsi_device_quiesce(struct scsi_device *sdev)