Skip to content

Commit e4a0a30

Browse files
baruchsiachkeithbusch
authored andcommitted
nvme-pci: fix comment typo
envent -> event. Signed-off-by: Baruch Siach <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 002ec8f commit e4a0a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)