From 4ef3d90ffe4307eb4b6e58fcbc1d5e9c56bcae47 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 8 Sep 2021 22:23:02 +0800 Subject: [PATCH] suppress warning: no newline at end of file --- examples/procfs4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5