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_test_unit_ready()

If scsi_test_unit_ready() returns zero, TEST UNIT READY was executed
successfully.

Signed-off-by: Miao Li <limiao@kylinos.cn>
Link: https://patch.msgid.link/20251218023129.284307-1-limiao870622@163.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Miao Li and committed by
Martin K. Petersen
1523d50a be4b7e58

+1 -1
+1 -1
drivers/scsi/scsi_lib.c
··· 2459 2459 * @retries: number of retries before failing 2460 2460 * @sshdr: outpout pointer for decoded sense information. 2461 2461 * 2462 - * Returns zero if unsuccessful or an error if TUR failed. For 2462 + * Returns zero if successful or an error if TUR failed. For 2463 2463 * removable media, UNIT_ATTENTION sets ->changed flag. 2464 2464 **/ 2465 2465 int