Skip to content

Commit

Permalink
PNP: system.c: unmark a comment as being kernel-doc
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
rddunlap authored and rafaeljw committed Oct 5, 2021
1 parent 9e1ff30 commit 47e9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pnp/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 47e9249

Please sign in to comment.