We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b2490 commit e407cbbCopy full SHA for e407cbb
1 file changed
src/nvme/mi/dev.rs
@@ -1454,7 +1454,7 @@ impl RequestHandler for AdminIdentifyRequest {
1454
let mut vec = WireVec::new();
1455
for nsid in start..=end {
1456
if vec.push(nsid).is_err() {
1457
- debug!("Failed to inset NSID {nsid}");
+ debug!("Failed to insert NSID {nsid}");
1458
return Err(ResponseStatus::InternalError);
1459
};
1460
}
0 commit comments