Skip to content

Commit 7b8a695

Browse files
committed
nvme: Fix mismatched spec reference for AdminIoCqeStatusType
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent c496425 commit 7b8a695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ enum CommandRetryDelay {
8585
}
8686
unsafe impl Discriminant<u8> for CommandRetryDelay {}
8787

88-
// Base v2.1, 4.3.2, Figure 101
88+
// Base v2.1, 4.2.3, Figure 101
8989
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
9090
#[repr(u8)]
9191
enum AdminIoCqeStatusType {

0 commit comments

Comments
 (0)