aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2022-04-21 11:30:21 -0700
committerMartin K. Petersen <[email protected]>2022-04-25 23:23:05 -0400
commit897284e8a04894537b58a079a2729a70731c229d (patch)
treeef632d8b26f85afd8e46653674e81b5a61ca0784
parentc976e588b34e4ff2fdd2922edab4b983244a17e6 (diff)
scsi: scsi_debug: Fix a typo
Change a single occurrence of "nad" into "and". Link: https://lore.kernel.org/r/[email protected] Cc: Douglas Gilbert <[email protected]> Reviewed-by: Damien Le Moal <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Acked-by: Douglas Gilbert <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/scsi_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index 592a290e6cfa..e1c47c68fe25 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -4404,7 +4404,7 @@ cleanup:
#define RZONES_DESC_HD 64
-/* Report zones depending on start LBA nad reporting options */
+/* Report zones depending on start LBA and reporting options */
static int resp_report_zones(struct scsi_cmnd *scp,
struct sdebug_dev_info *devip)
{