From: Mauro Carvalho Chehab Date: Fri, 23 Oct 2020 16:32:53 +0000 (+0200) Subject: x86/mtrr: Fix a kernel-doc markup X-Git-Tag: accepted/tizen/unified/20230118.172025~8342^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a2d2ed9bae16c14602e7aebba3f0c90f73fe786;p=platform%2Fkernel%2Flinux-rpi.git x86/mtrr: Fix a kernel-doc markup Kernel-doc markup should use this format: identifier - description Fix it. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/2217cd4ae9e561da2825485eb97de77c65741489.1603469755.git.mchehab+huawei@kernel.org --- diff --git a/arch/x86/kernel/cpu/mtrr/mtrr.c b/arch/x86/kernel/cpu/mtrr/mtrr.c index 6a80f36..08a30c8 100644 --- a/arch/x86/kernel/cpu/mtrr/mtrr.c +++ b/arch/x86/kernel/cpu/mtrr/mtrr.c @@ -813,7 +813,8 @@ void mtrr_ap_init(void) } /** - * Save current fixed-range MTRR state of the first cpu in cpu_online_mask. + * mtrr_save_state - Save current fixed-range MTRR state of the first + * cpu in cpu_online_mask. */ void mtrr_save_state(void) {