OSDN Git Service

PNP: system.c: unmark a comment as being kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 2 Oct 2021 04:45:00 +0000 (21:45 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Oct 2021 13:56:03 +0000 (15:56 +0200)
commit47e9249a6cc78c2856bdc8c2f8bd495309cbc060
tree4803eb26795fa89c99662f7da8f5361dd5b2b4ca
parent9e1ff307c779ce1f0f810c7ecce3d95bbae40896
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>
drivers/pnp/system.c