diff options
author | Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> | 2020-09-24 10:44:16 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-03 21:45:45 +1100 |
commit | be7be1c6c6f8bd348f0d83abe7a8f0e21bdaeac8 (patch) | |
tree | 546eb43c1299920b2609ca2c0a94aefe3c524619 /drivers/pci/hotplug | |
parent | 925f76c55784fdc17ab41aecde06b30439ceb73a (diff) | |
download | linux-be7be1c6c6f8bd348f0d83abe7a8f0e21bdaeac8.tar.bz2 |
PCI: rpaphp: Add MODULE_DESCRIPTION
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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200924051343.16052.9571.stgit@localhost.localdomain
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/rpadlpar_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index 0a3c80ba66be..e6991ff67526 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"); |