We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ce9db commit c667e66Copy full SHA for c667e66
staging/vhost-device-video/src/vhu_video.rs
@@ -131,7 +131,7 @@ pub(crate) struct VuVideoBackend {
131
}
132
133
impl VuVideoBackend {
134
- /// Create a new virtio video device for /dev/video<num>.
+ /// Create a new virtio video device for /dev/video\<num>.
135
pub fn new(video_path: &Path, video_backend: BackendType) -> Result<Self> {
136
let backend = Arc::new(RwLock::new(video_backends::alloc_video_backend(
137
video_backend,
0 commit comments