mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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
This commit is contained in:
parent
925f76c557
commit
be7be1c6c6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user