From: Jim Huang Date: Wed, 8 Sep 2021 14:23:02 +0000 (+0800) Subject: suppress warning: no newline at end of file X-Git-Tag: latest~114 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=4ef3d90ffe4307eb4b6e58fcbc1d5e9c56bcae47;p=lkmpg suppress warning: no newline at end of file --- diff --git a/examples/procfs4.c b/examples/procfs4.c index e055834..c1da7f7 100644 --- a/examples/procfs4.c +++ b/examples/procfs4.c @@ -115,4 +115,4 @@ static void __exit procfs4_exit(void) module_init(procfs4_init); module_exit(procfs4_exit); -MODULE_LICENSE("GPL"); \ No newline at end of file +MODULE_LICENSE("GPL");