forked from Minki/linux
PNP: system.c: unmark a comment as being kernel-doc
Fix a documentation build warning caused by the comment not being in kernel-doc format: system.c:110: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Reserve motherboard resources after PCI claim BARs, Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
9e1ff307c7
commit
47e9249a6c
@ -106,7 +106,7 @@ static int __init pnp_system_init(void)
|
||||
return pnp_register_driver(&system_pnp_driver);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Reserve motherboard resources after PCI claim BARs,
|
||||
* but before PCI assign resources for uninitialized PCI devices
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user