Merge pull request #5252 from zhaoxuat/main

modify virtio_net_dev_mgr.rs wrong code comments
This commit is contained in:
Bin Liu
2022-09-28 11:34:20 +08:00
committed by GitHub

View File

@@ -320,7 +320,7 @@ impl VirtioNetDeviceMgr {
}
}
/// Attach all configured vsock device to the virtual machine instance.
/// Attach all configured net device to the virtual machine instance.
pub fn attach_devices(
&mut self,
ctx: &mut DeviceOpContext,