aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/system.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-10-01 21:45:00 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-10-05 15:56:03 +0200
commit47e9249a6cc78c2856bdc8c2f8bd495309cbc060 (patch)
tree4803eb26795fa89c99662f7da8f5361dd5b2b4ca /drivers/pnp/system.c
parentLinux 5.15-rc4 (diff)
downloadlinux-dev-47e9249a6cc78c2856bdc8c2f8bd495309cbc060.tar.xz
linux-dev-47e9249a6cc78c2856bdc8c2f8bd495309cbc060.zip
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>
Diffstat (limited to 'drivers/pnp/system.c')
-rw-r--r--drivers/pnp/system.c2
1 files changed, 1 insertions, 1 deletions
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
*/