Commit b6f046a
committed
nvme: fix virtual_mgmt cntlid parsing order
`cntlid` is declared as u16 but parsed as u32, overwriting the rt and act field
after it. Currently we can only specify cntlid before rt and act. We remove
this restriction now.
Signed-off-by: 胡玮文 <[email protected]>1 parent 30ee285 commit b6f046a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4358 | 4358 | | |
4359 | 4359 | | |
4360 | 4360 | | |
4361 | | - | |
| 4361 | + | |
4362 | 4362 | | |
4363 | 4363 | | |
4364 | 4364 | | |
| |||
0 commit comments