x86: fix mtrr missing kernel-doc
authorRandy Dunlap <[email protected]>
Fri, 5 Mar 2010 17:52:52 +0000 (09:52 -0800)
committerLinus Torvalds <[email protected]>
Fri, 5 Mar 2010 19:46:03 +0000 (11:46 -0800)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86/kernel/cpu/mtrr/main.c

index fe4622e8c837ec7be504b84efb52da9ae0ca82ae..79556bd9b602a41b3ef3bc5502eccb05ed8dba1d 100644 (file)
@@ -145,6 +145,7 @@ struct set_mtrr_data {
 
 /**
  * ipi_handler - Synchronisation handler. Executed by "other" CPUs.
+ * @info: pointer to mtrr configuration data
  *
  * Returns nothing.
  */