]> Git Repo - linux.git/commitdiff
PNP: system.c: unmark a comment as being kernel-doc
authorRandy Dunlap <[email protected]>
Sat, 2 Oct 2021 04:45:00 +0000 (21:45 -0700)
committerRafael J. Wysocki <[email protected]>
Tue, 5 Oct 2021 13:56:03 +0000 (15:56 +0200)
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 <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/pnp/system.c

index 6950503741eb654d9c5626f00d42c413b27c019f..835113b2cb04185ca01864801951b826674e39a4 100644 (file)
@@ -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
  */
This page took 0.060177 seconds and 4 git commands to generate.