projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660f6a3
)
x86: fix mtrr missing kernel-doc
author
Randy Dunlap
<randy.dunlap@oracle.com>
Fri, 5 Mar 2010 17:52:52 +0000
(09:52 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
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 <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/cpu/mtrr/main.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/mtrr/main.c
b/arch/x86/kernel/cpu/mtrr/main.c
index fe4622e8c837ec7be504b84efb52da9ae0ca82ae..79556bd9b602a41b3ef3bc5502eccb05ed8dba1d 100644
(file)
--- a/
arch/x86/kernel/cpu/mtrr/main.c
+++ b/
arch/x86/kernel/cpu/mtrr/main.c
@@
-145,6
+145,7
@@
struct set_mtrr_data {
/**
* ipi_handler - Synchronisation handler. Executed by "other" CPUs.
+ * @info: pointer to mtrr configuration data
*
* Returns nothing.
*/