linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rpadlpar_io:Add MODULE_DESCRIPTION entries to kernel modules
@ 2020-09-24  5:14 Mamatha Inamdar
  2020-09-24  6:41 ` Oliver O'Halloran
  2022-02-15  5:26 ` Michael Ellerman
  0 siblings, 2 replies; 7+ messages in thread
From: Mamatha Inamdar @ 2020-09-24  5:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: bhelgaas, tyreld, linux-pci, linuxppc-dev

This patch adds a brief MODULE_DESCRIPTION to rpadlpar_io kernel modules
(descriptions taken from Kconfig file)

Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
---
 drivers/pci/hotplug/rpadlpar_core.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c
index f979b70..bac65ed 100644
--- a/drivers/pci/hotplug/rpadlpar_core.c
+++ b/drivers/pci/hotplug/rpadlpar_core.c
@@ -478,3 +478,4 @@ static void __exit rpadlpar_io_exit(void)
 module_init(rpadlpar_io_init);
 module_exit(rpadlpar_io_exit);
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("RPA Dynamic Logical Partitioning driver for I/O slots");


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

end of thread, other threads:[~2022-02-15  5:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24  5:14 [PATCH] rpadlpar_io:Add MODULE_DESCRIPTION entries to kernel modules Mamatha Inamdar
2020-09-24  6:41 ` Oliver O'Halloran
2020-09-25 19:43   ` Bjorn Helgaas
2020-09-27 23:32     ` Oliver O'Halloran
2020-09-28 20:50   ` Tyrel Datwyler
2020-09-29  0:55     ` Oliver O'Halloran
2022-02-15  5:26 ` Michael Ellerman

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).