Skip to content

Commit

Permalink
scsi: scsi_debug: Fix a typo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bvanassche authored and martinkpetersen committed Apr 26, 2022
1 parent c976e58 commit 897284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -4404,7 +4404,7 @@ static int resp_verify(struct scsi_cmnd *scp, struct sdebug_dev_info *devip)

#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)
{
Expand Down

0 comments on commit 897284e

Please sign in to comment.