summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.c
diff options
context:
space:
mode:
authorManuel Bentele2022-10-05 08:02:50 +0200
committerManuel Bentele2022-10-05 08:12:17 +0200
commitc2c1f5f9b8fd207f0a4a45136613ef3ada16d58e (patch)
treebcf8934074c3c3eba4e9b5c20903bed5971f355b /src/kernel/xloop_main.c
parentAdapt to Linux 5.18 (diff)
downloadxloop-c2c1f5f9b8fd207f0a4a45136613ef3ada16d58e.tar.gz
xloop-c2c1f5f9b8fd207f0a4a45136613ef3ada16d58e.tar.xz
xloop-c2c1f5f9b8fd207f0a4a45136613ef3ada16d58e.zip
Fix linter issues to satisfy Linux kernel code style
Diffstat (limited to 'src/kernel/xloop_main.c')
-rw-r--r--src/kernel/xloop_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/xloop_main.c b/src/kernel/xloop_main.c
index cd1a767..9a9479f 100644
--- a/src/kernel/xloop_main.c
+++ b/src/kernel/xloop_main.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0
+
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include "xloop_main.h"