Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Randy Dunlap and committed by
Rafael J. Wysocki
47e9249a 9e1ff307

+1 -1
+1 -1
drivers/pnp/system.c
··· 106 106 return pnp_register_driver(&system_pnp_driver); 107 107 } 108 108 109 - /** 109 + /* 110 110 * Reserve motherboard resources after PCI claim BARs, 111 111 * but before PCI assign resources for uninitialized PCI devices 112 112 */