From 3f550cc9c5b3dcf48428d802a59ba7e690ec79b4 Mon Sep 17 00:00:00 2001 From: hankTaro <107128309+hankTaro@users.noreply.github.com> Date: Wed, 24 May 2023 20:43:39 +0800 Subject: [PATCH] Update README.md fix the wrong mod name. is videobuf2-vmalloc, not videobuf2_vmalloc . same as videobuf2-v4l2 https://github.com/torvalds/linux/blob/master/drivers/media/common/videobuf2/videobuf2-vmalloc.c https://github.com/torvalds/linux/blob/master/drivers/media/common/videobuf2/videobuf2-v4l2.c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c5e6d..9c3cb72 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ After running `make`, you should be able to generate the following files: Before loading this kernel module, you have to satisfy its dependency: ```shell -$ sudo modprobe -a videobuf2_vmalloc videobuf2_v4l2 +$ sudo modprobe -a videobuf2-vmalloc videobuf2-v4l2 ``` The module can be loaded to Linux kernel by runnning the command: