Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c550ee4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 660f6a36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ struct set_mtrr_data {

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