Skip to content

Commit e4a0a30

Browse files
baruchsiachkeithbusch
authored andcommitted
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>
1 parent 002ec8f commit e4a0a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/nvme/host/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ static bool nvme_dbbuf_update_and_check_event(u16 value, __le32 *dbbuf_db,
372372
/*
373373
* Ensure that the doorbell is updated before reading the event
374374
* index from memory. The controller needs to provide similar
375-
* ordering to ensure the envent index is updated before reading
375+
* ordering to ensure the event index is updated before reading
376376
* the doorbell.
377377
*/
378378
mb();

0 commit comments

Comments
 (0)