diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-03-05 09:52:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-05 11:46:03 -0800 |
commit | 6c550ee41596798cbd873d3df9f8ea0a4ce7ad2f (patch) | |
tree | b85b8382cba39a48875f7b007bd105f62720afd4 /arch/x86/kernel/cpu/mtrr | |
parent | 660f6a360be399f4ebdd6572a3d24afe54e9bb1c (diff) | |
download | blackbird-op-linux-6c550ee41596798cbd873d3df9f8ea0a4ce7ad2f.tar.gz blackbird-op-linux-6c550ee41596798cbd873d3df9f8ea0a4ce7ad2f.zip |
x86: fix mtrr missing kernel-doc
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>
Diffstat (limited to 'arch/x86/kernel/cpu/mtrr')
-rw-r--r-- | arch/x86/kernel/cpu/mtrr/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c index fe4622e8c837..79556bd9b602 100644 --- 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. */ |