aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-11-02 16:21:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-02 16:21:27 -0700
commit464fddbba1dfbc219f1e9145127a482d2159dee5 (patch)
treece8d512f3b8af6145b7cdb732dec5d788dc78628
parentf73cd9c951a9dc23f0ee1260fef5cc61d2825fb3 (diff)
parent47e9249a6cc78c2856bdc8c2f8bd495309cbc060 (diff)
downloadlinux-464fddbba1dfbc219f1e9145127a482d2159dee5.tar.gz
Merge tag 'pnp-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull PNP update from Rafael Wysocki: "Fix a comment incorrectly marked as kernel-doc (Randy Dunlap)" * tag 'pnp-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PNP: system.c: unmark a comment as being kernel-doc
-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 6950503741eb65..835113b2cb0418 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
*/