scsi: core: Make the scsi_alloc_sgtables() documentation more accurate
authorBart Van Assche <bvanassche@acm.org>
Thu, 15 Apr 2021 22:08:07 +0000 (15:08 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 16 Apr 2021 02:44:39 +0000 (22:44 -0400)
commit76fc0df9a0e717f7213424a28cbe1263355d8228
tree6f009003e70ee27c044866cd2a273e6109856aed
parent1f02beff224e6176c1a0aacced7fb5127b240996
scsi: core: Make the scsi_alloc_sgtables() documentation more accurate

The current scsi_alloc_sgtables() documentation does not accurately explain
what this function does. Hence improve the documentation of this function.

Link: https://lore.kernel.org/r/20210415220826.29438-2-bvanassche@acm.org
Cc: Christoph Hellwig <hch@lst.de>
Cc: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Daniel Wagner <dwagner@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