fix .sh typo on kernel module test that accept the module as first argument

This commit is contained in:
Ciro Santilli
2025-05-09 16:27:29 +01:00
parent dd8cef4d24
commit 6513e99438
7 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#fops */
/* https://cirosantilli.com/linux-kernel-module-cheat#memfile */
#include <linux/debugfs.h>
#include <linux/errno.h> /* EFAULT */