diff options
author | Yi Zhang <yi.zhang@redhat.com> | 2025-04-25 06:01:07 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2025-06-04 10:23:28 +0200 |
commit | 44e479d7202070c3bc7f084a4951ee8689769f71 (patch) | |
tree | 52772fe6ec34d4a76015328e25e7fe455ffa3b84 /drivers/nvme/host/ioctl.c | |
parent | f42d4796ee100fade86086d1cf98537fb4d326c8 (diff) |
nvme: spelling fixes
Fix various spelling errors in comments.
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/ioctl.c')
-rw-r--r-- | drivers/nvme/host/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/ioctl.c b/drivers/nvme/host/ioctl.c index 5d5f8b07cdec..0b50da2f1175 100644 --- a/drivers/nvme/host/ioctl.c +++ b/drivers/nvme/host/ioctl.c @@ -729,7 +729,7 @@ int nvme_ns_head_ioctl(struct block_device *bdev, blk_mode_t mode, /* * Handle ioctls that apply to the controller instead of the namespace - * seperately and drop the ns SRCU reference early. This avoids a + * separately and drop the ns SRCU reference early. This avoids a * deadlock when deleting namespaces using the passthrough interface. */ if (is_ctrl_ioctl(cmd)) |