kernel-hacking-2024-linux-s.../drivers/greybus
Jeff Johnson d2c5426e5a greybus: add missing MODULE_DESCRIPTION() macros
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/greybus/greybus.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/greybus/gb-es2.o

Add all missing invocations of the MODULE_DESCRIPTION() macro.

Acked-by: Alex Elder <elder@kernel.org>
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240626-md-drivers-greybus-v2-1-d520ffb9a489@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-07-03 16:40:35 +02:00
..
arpc.h
bundle.c greybus: constify the struct device_type usage 2024-03-06 14:13:10 +00:00
connection.c
control.c greybus: constify the struct device_type usage 2024-03-06 14:13:10 +00:00
core.c greybus: add missing MODULE_DESCRIPTION() macros 2024-07-03 16:40:35 +02:00
debugfs.c
es2.c greybus: add missing MODULE_DESCRIPTION() macros 2024-07-03 16:40:35 +02:00
gb-beagleplay.c treewide, serdev: change receive_buf() return type to size_t 2024-01-27 18:13:53 -08:00
greybus_trace.h
hd.c greybus: Remove usage of the deprecated ida_simple_xx() API 2024-03-07 21:41:38 +00:00
interface.c greybus: Fix use-after-free bug in gb_interface_release due to race condition. 2024-05-04 18:59:41 +02:00
Kconfig
Makefile
manifest.c
module.c greybus: constify the struct device_type usage 2024-03-06 14:13:10 +00:00
operation.c
svc.c greybus: constify the struct device_type usage 2024-03-06 14:13:10 +00:00
svc_watchdog.c