* [PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro
@ 2024-06-16 2:34 Jeff Johnson
2024-06-19 22:45 ` Vasily Gorbik
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-16 2:34 UTC (permalink / raw)
To: Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
Christian Borntraeger, Sven Schnelle
Cc: linux-s390, linux-kernel, kernel-janitors, Jeff Johnson
With ARCH=s390, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/block/dcssblk.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
drivers/s390/block/dcssblk.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/s390/block/dcssblk.c b/drivers/s390/block/dcssblk.c
index 6d1689a2717e..995d4c84ed5a 100644
--- a/drivers/s390/block/dcssblk.c
+++ b/drivers/s390/block/dcssblk.c
@@ -1032,4 +1032,5 @@ MODULE_PARM_DESC(segments, "Name of DCSS segment(s) to be loaded, "
"the contiguous segments - \n"
"e.g. segments=\"mydcss1,mydcss2:mydcss3,mydcss4(local)\"");
+MODULE_DESCRIPTION("S/390 block driver for DCSS memory");
MODULE_LICENSE("GPL");
---
base-commit: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670
change-id: 20240615-md-s390-drivers-s390-block-dcssblk-89155d0cad46
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro
2024-06-16 2:34 [PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-19 22:45 ` Vasily Gorbik
0 siblings, 0 replies; 2+ messages in thread
From: Vasily Gorbik @ 2024-06-19 22:45 UTC (permalink / raw)
To: Jeff Johnson
Cc: Heiko Carstens, Alexander Gordeev, Christian Borntraeger,
Sven Schnelle, linux-s390, linux-kernel, kernel-janitors
On Sat, Jun 15, 2024 at 07:34:50PM -0700, Jeff Johnson wrote:
> With ARCH=s390, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/block/dcssblk.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
> drivers/s390/block/dcssblk.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-19 22:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-16 2:34 [PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-19 22:45 ` Vasily Gorbik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox