All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix compilation warnings
@ 2023-08-23 22:52 Damien Le Moal
  2023-08-23 22:52 ` [PATCH 1/2] ata: pata_ftide010: Add missing MODULE_DESCRIPTION Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Damien Le Moal @ 2023-08-23 22:52 UTC (permalink / raw)
  To: linux-ide; +Cc: Linus Walleij, Sergey Shtylyov

Add missing MODULE_DESCRIPTION to avoid warnings when compiling
with W=1.

Damien Le Moal (2):
  ata: pata_ftide010: Add missing MODULE_DESCRIPTION
  ata: sata_gemini: Add missing MODULE_DESCRIPTION

 drivers/ata/pata_ftide010.c | 1 +
 drivers/ata/sata_gemini.c   | 1 +
 2 files changed, 2 insertions(+)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-24  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 22:52 [PATCH 0/2] Fix compilation warnings Damien Le Moal
2023-08-23 22:52 ` [PATCH 1/2] ata: pata_ftide010: Add missing MODULE_DESCRIPTION Damien Le Moal
2023-08-23 22:52 ` [PATCH 2/2] ata: sata_gemini: " Damien Le Moal
2023-08-24  8:29 ` [PATCH 0/2] Fix compilation warnings Linus Walleij

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.