All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binder: Add missing module description
@ 2025-08-09  7:30 Salvatore Bonaccorso
  2025-08-11  9:20 ` Alice Ryhl
  2025-08-11 17:36 ` Carlos Llamas
  0 siblings, 2 replies; 7+ messages in thread
From: Salvatore Bonaccorso @ 2025-08-09  7:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arve Hjønnevåg, Todd Kjos,
	Martijn Coenen, Joel Fernandes, Christian Brauner, Carlos Llamas,
	Suren Baghdasaryan, Ben Hutchings
  Cc: linux-kernel, Salvatore Bonaccorso

During build modpost issues a warning:

    # MODPOST Module.symvers
       ./scripts/mod/modpost -M -m -b        -o Module.symvers -n -T modules.order vmlinux.o
    WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/android/binder_linux.o

Fix this by adding the missing module description.

Reported-by: Ben Hutchings <benh@debian.org>
Link: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1587
Suggested-by: Ben Hutchings <benh@debian.org>
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
 drivers/android/binder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 312b462e349d..0c2e38ff3a3b 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -7090,3 +7090,4 @@ device_initcall(binder_init);
 #include "binder_trace.h"
 
 MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("Android Binder IPC Driver");
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-17 13:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-09  7:30 [PATCH] binder: Add missing module description Salvatore Bonaccorso
2025-08-11  9:20 ` Alice Ryhl
2025-08-11 17:36 ` Carlos Llamas
2025-08-11 18:01   ` Salvatore Bonaccorso
2025-08-11 18:44     ` Carlos Llamas
2025-08-17  9:42       ` Greg Kroah-Hartman
2025-08-17 13:52         ` Carlos Llamas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.