From: Bart Van Assche Date: Thu, 21 Apr 2022 18:30:21 +0000 (-0700) Subject: scsi: scsi_debug: Fix a typo X-Git-Tag: v5.19-rc1~15^2~123 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=897284e8a04894537b58a079a2729a70731c229d;p=tomoyo%2Ftomoyo-test1.git scsi: scsi_debug: Fix a typo Change a single occurrence of "nad" into "and". Link: https://lore.kernel.org/r/20220421183023.3462291-8-bvanassche@acm.org Cc: Douglas Gilbert Reviewed-by: Damien Le Moal Reviewed-by: Himanshu Madhani Acked-by: Douglas Gilbert Signed-off-by: Bart Van Assche Signed-off-by: Martin K. Petersen --- 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) {