From 47e9249a6cc78c2856bdc8c2f8bd495309cbc060 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Fri, 1 Oct 2021 21:45:00 -0700 Subject: 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 --- drivers/pnp/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pnp/system.c b/drivers/pnp/system.c index 6950503741eb..835113b2cb04 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 */ -- cgit v1.2.3