projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d847ce
)
x86/mtrr: Fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 23 Oct 2020 16:32:53 +0000
(18:32 +0200)
committer
Borislav Petkov
<bp@suse.de>
Mon, 2 Nov 2020 18:58:53 +0000
(19:58 +0100)
Kernel-doc markup should use this format:
identifier - description
Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
https://lkml.kernel.org/r/2217cd4ae9e561da2825485eb97de77c65741489.1603469755.git.mchehab+huawei@kernel.org
arch/x86/kernel/cpu/mtrr/mtrr.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/mtrr/mtrr.c
b/arch/x86/kernel/cpu/mtrr/mtrr.c
index 6a80f36b5d598ab51c9ba5600a5933900ae113ea..08a30c8e9431dfc6ec735fcdd7a0f3733816d859 100644
(file)
--- 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)
{