diff --git a/integrations/virtiofs/src/virtiofs.rs b/integrations/virtiofs/src/virtiofs.rs index a7e33e22751..56f0fbd3968 100644 --- a/integrations/virtiofs/src/virtiofs.rs +++ b/integrations/virtiofs/src/virtiofs.rs @@ -227,7 +227,7 @@ impl VhostUserBackend for VhostUserFsBackend { ) -> io::Result<()> { if evset != EventSet::IN { return Err(new_unexpected_error( - "failed to handle handle event other than input event", + "failed to handle event other than input event", None, ) .into());