From b55b6feb03daeb9e2ad0437c5c63794e634231c2 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Mon, 21 Oct 2019 09:17:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20MODULE=5FAUTHOR=20?= =?UTF-8?q?=E5=92=8C=20MODULE=5FLICENSE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../System/Linux/Modules/KernelDriver/Demo/Misc/demo_misc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/System/Linux/Modules/KernelDriver/Demo/Misc/demo_misc.c b/Software/System/Linux/Modules/KernelDriver/Demo/Misc/demo_misc.c index 57ca558..3716b14 100644 --- a/Software/System/Linux/Modules/KernelDriver/Demo/Misc/demo_misc.c +++ b/Software/System/Linux/Modules/KernelDriver/Demo/Misc/demo_misc.c @@ -13,6 +13,9 @@ #include #include +MODULE_AUTHOR("Rick Chan"); +MODULE_LICENSE("GPL"); + static int demo_open(struct inode *inode, struct file* filp) { return 0;