Skip to content

Commit 86da1ba

Browse files
damien-lemoalkeithbusch
authored andcommitted
nvme: host: fix command name spelling
Correctly spell "Zeroes" in nvme_cmd_write_zeroes command name. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 9d16d26 commit 86da1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/nvme/host/constants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static const char * const nvme_ops[] = {
1212
[nvme_cmd_read] = "Read",
1313
[nvme_cmd_write_uncor] = "Write Uncorrectable",
1414
[nvme_cmd_compare] = "Compare",
15-
[nvme_cmd_write_zeroes] = "Write Zeros",
15+
[nvme_cmd_write_zeroes] = "Write Zeroes",
1616
[nvme_cmd_dsm] = "Dataset Management",
1717
[nvme_cmd_verify] = "Verify",
1818
[nvme_cmd_resv_register] = "Reservation Register",

0 commit comments

Comments
 (0)