Commit 464fddbb authored by Linus Torvalds's avatar Linus Torvalds

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
parents f73cd9c9 47e9249a
...@@ -106,7 +106,7 @@ static int __init pnp_system_init(void) ...@@ -106,7 +106,7 @@ static int __init pnp_system_init(void)
return pnp_register_driver(&system_pnp_driver); return pnp_register_driver(&system_pnp_driver);
} }
/** /*
* Reserve motherboard resources after PCI claim BARs, * Reserve motherboard resources after PCI claim BARs,
* but before PCI assign resources for uninitialized PCI devices * but before PCI assign resources for uninitialized PCI devices
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment