Skip to content

Commit 4e6f741

Browse files
arndbKernel Patches Daemon
authored and
Kernel Patches Daemon
committed
bpf: preload: add MODULE_DESCRIPTION
Modpost complains when extra warnings are enabled: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/bpf/preload/bpf_preload.o Add a description from the Kconfig help text. Signed-off-by: Arnd Bergmann <[email protected]> ---- Not sure if that description actually fits what the module does. If not, please add a different description instead.
1 parent 474f6ed commit 4e6f741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/bpf/preload/bpf_preload_kern.c

+1
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ static void __exit fini(void)
9090
late_initcall(load);
9191
module_exit(fini);
9292
MODULE_LICENSE("GPL");
93+
MODULE_DESCRIPTION("Embedded BPF programs for introspection in bpffs");

0 commit comments

Comments
 (0)