diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2024-12-08 14:34:32 +0300 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2025-01-13 01:11:29 +0300 |
| commit | e4a0a3058de85bc623f1ba90eec68f239d0a11b2 (patch) | |
| tree | dcdd1e516a6f3984d7fed00ab65bd886d7f2fdd9 | |
| parent | 002ec8f1c69d3722a033eaf45102ba747ae80e94 (diff) | |
| download | linux-e4a0a3058de85bc623f1ba90eec68f239d0a11b2.tar.xz | |
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(); |
