From: Randy Dunlap Date: Sat, 2 Oct 2021 04:45:00 +0000 (-0700) Subject: PNP: system.c: unmark a comment as being kernel-doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47e9249a6cc78c2856bdc8c2f8bd495309cbc060;p=linux.git 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 Reported-by: kernel test robot Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/pnp/system.c b/drivers/pnp/system.c index 6950503741eb6..835113b2cb041 100644 --- a/drivers/pnp/system.c +++ b/drivers/pnp/system.c @@ -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 */