Skip to content

Commit

Permalink
x86: fix mtrr missing kernel-doc
Browse files Browse the repository at this point in the history
Fix missing kernel-doc notation in mtrr/main.c:

Warning(arch/x86/kernel/cpu/mtrr/main.c:152): No description found for parameter 'info'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Mar 5, 2010
1 parent 660f6a3 commit 6c550ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ struct set_mtrr_data {

/**
* ipi_handler - Synchronisation handler. Executed by "other" CPUs.
* @info: pointer to mtrr configuration data
*
* Returns nothing.
*/
Expand Down

0 comments on commit 6c550ee

Please sign in to comment.