We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023a293 commit 6070bd5Copy full SHA for 6070bd5
drivers/scsi/scsi.c
@@ -242,9 +242,11 @@ EXPORT_SYMBOL(scsi_change_queue_depth);
242
* specific SCSI device to determine if and when there is a
243
* need to adjust the queue depth on the device.
244
*
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
+ * Returns:
+ * * 0 - No change needed
+ * * >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
250
251
* Lock Status: None held on entry
252
0 commit comments