Skip to content

Commit e407cbb

Browse files
committed
nvme: mi: dev: s/inset/insert/ in debug log
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent f2b2490 commit e407cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/mi/dev.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ impl RequestHandler for AdminIdentifyRequest {
14541454
let mut vec = WireVec::new();
14551455
for nsid in start..=end {
14561456
if vec.push(nsid).is_err() {
1457-
debug!("Failed to inset NSID {nsid}");
1457+
debug!("Failed to insert NSID {nsid}");
14581458
return Err(ResponseStatus::InternalError);
14591459
};
14601460
}

0 commit comments

Comments
 (0)