diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-02 16:21:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-02 16:21:27 -0700 |
| commit | 464fddbba1dfbc219f1e9145127a482d2159dee5 (patch) | |
| tree | ce8d512f3b8af6145b7cdb732dec5d788dc78628 /drivers | |
| parent | Merge tag 'thermal-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
| parent | PNP: system.c: unmark a comment as being kernel-doc (diff) | |
| download | linux-464fddbba1dfbc219f1e9145127a482d2159dee5.tar.gz linux-464fddbba1dfbc219f1e9145127a482d2159dee5.zip | |
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
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pnp/system.c | 2 |
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 */ |
