diff options
author | 2024-12-08 13:34:32 +0200 | |
---|---|---|
committer | 2025-01-12 14:11:29 -0800 | |
commit | e4a0a3058de85bc623f1ba90eec68f239d0a11b2 (patch) | |
tree | dcdd1e516a6f3984d7fed00ab65bd886d7f2fdd9 | |
parent | Documentation: Document the NVMe PCI endpoint target driver (diff) | |
download | wireguard-linux-e4a0a3058de85bc623f1ba90eec68f239d0a11b2.tar.xz wireguard-linux-e4a0a3058de85bc623f1ba90eec68f239d0a11b2.zip |
nvme-pci: fix comment typo
envent -> event.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
-rw-r--r-- | drivers/nvme/host/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 57e8e32c4529..c3bfbe11ee57 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -372,7 +372,7 @@ static bool nvme_dbbuf_update_and_check_event(u16 value, __le32 *dbbuf_db, /* * Ensure that the doorbell is updated before reading the event * index from memory. The controller needs to provide similar - * ordering to ensure the envent index is updated before reading + * ordering to ensure the event index is updated before reading * the doorbell. */ mb(); |