linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] block: m68k: add missing MODULE_DESCRIPTION() macros
@ 2024-06-18  1:13 Jeff Johnson
  2024-06-18  1:13 ` [PATCH 1/3] amiflop: add missing MODULE_DESCRIPTION() macro Jeff Johnson
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jeff Johnson @ 2024-06-18  1:13 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-kernel, kernel-janitors, Jeff Johnson

With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/amiflop.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/ataflop.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/z2ram.o

Since these have traditionally had different commit prefixes, I
submitted individual patches. Let me know if you want me to squash
them.

In addition, drivers/block/swim3.c is also missing a
MODULE_DESCRIPTION(), but I haven't yet actually triggered the
warning. I need to customize a PPC configuration which enables
MAC_FLOPPY in order to trigger the warning and verify the fix.

I'll get around to that when I finish the remaining m68k issues.

---
Jeff Johnson (3):
      amiflop: add missing MODULE_DESCRIPTION() macro
      ataflop: add missing MODULE_DESCRIPTION() macro
      z2ram: add missing MODULE_DESCRIPTION() macro

 drivers/block/amiflop.c | 1 +
 drivers/block/ataflop.c | 1 +
 drivers/block/z2ram.c   | 1 +
 3 files changed, 3 insertions(+)
---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240617-md-m68k-drivers-block-46c301b46f49


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

end of thread, other threads:[~2024-06-19 13:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18  1:13 [PATCH 0/3] block: m68k: add missing MODULE_DESCRIPTION() macros Jeff Johnson
2024-06-18  1:13 ` [PATCH 1/3] amiflop: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-18  7:41   ` Geert Uytterhoeven
2024-06-18  1:13 ` [PATCH 2/3] ataflop: " Jeff Johnson
2024-06-18  7:40   ` Geert Uytterhoeven
2024-06-18  1:13 ` [PATCH 3/3] z2ram: " Jeff Johnson
2024-06-18  7:41   ` Geert Uytterhoeven
2024-06-18  5:04 ` [PATCH 0/3] block: m68k: add missing MODULE_DESCRIPTION() macros Chaitanya Kulkarni
2024-06-19 13:54 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).