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
commit 0f6884b8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,