scsi: core: Fix the documentation of the scsi_execute() time parameter
authorBart Van Assche <bvanassche@acm.org>
Fri, 9 Jul 2021 20:26:20 +0000 (13:26 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Jul 2021 01:40:21 +0000 (21:40 -0400)
commit422969bbb5af2f7226cf75cdb4aae02f46299dc2
tree91802318679b81e01cd11eef2b1d1db55513ed05
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
scsi: core: Fix the documentation of the scsi_execute() time parameter

The unit of the scsi_execute() timeout parameter is 1/HZ seconds instead of
one second, just like the timeouts used in the block layer. Fix the
documentation header above the definition of the scsi_execute() macro.

Link: https://lore.kernel.org/r/20210709202638.9480-3-bvanassche@acm.org
Fixes: "[SCSI] use scatter lists for all block pc requests and simplify hw handlers" # v2.6.16.28
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: John Garry <john.garry@huawei.com>
Reviewed-by: Avri Altman <avri.altman@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c