Skip to content

Commit 6070bd5

Browse files
bagasmemartinkpetersen
authored andcommitted
scsi: core: Fix kernel doc for scsi_track_queue_full()
Sphinx reports indentation warning on scsi_track_queue_full() return values: Documentation/driver-api/scsi:101: ./drivers/scsi/scsi.c:247: ERROR: Unexpected indentation. [docutils] Fix the warning by making the return values listing a bullet list. Fixes: eb44820 ("[SCSI] Add Documentation and integrate into docbook build") Fixes: 1da177e ("Linux-2.6.12-rc2") Signed-off-by: Bagas Sanjaya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 023a293 commit 6070bd5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

drivers/scsi/scsi.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,11 @@ EXPORT_SYMBOL(scsi_change_queue_depth);
242242
* specific SCSI device to determine if and when there is a
243243
* need to adjust the queue depth on the device.
244244
*
245-
* Returns: 0 - No change needed, >0 - Adjust queue depth to this new depth,
246-
* -1 - Drop back to untagged operation using host->cmd_per_lun
247-
* as the untagged command depth
245+
* Returns:
246+
* * 0 - No change needed
247+
* * >0 - Adjust queue depth to this new depth,
248+
* * -1 - Drop back to untagged operation using host->cmd_per_lun as the
249+
* untagged command depth
248250
*
249251
* Lock Status: None held on entry
250252
*

0 commit comments

Comments
 (0)