linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tip: x86/cleanups] x86/mtrr: Fix a kernel-doc markup
@ 2020-11-02 19:32 tip-bot2 for Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Mauro Carvalho Chehab @ 2020-11-02 19:32 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Mauro Carvalho Chehab, Borislav Petkov, x86, LKML

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     4a2d2ed9bae16c14602e7aebba3f0c90f73fe786
Gitweb:        https://git.kernel.org/tip/4a2d2ed9bae16c14602e7aebba3f0c90f73fe786
Author:        Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
AuthorDate:    Fri, 23 Oct 2020 18:32:53 +02:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Mon, 02 Nov 2020 19:58:53 +01:00

x86/mtrr: Fix a kernel-doc markup

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
 {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-02 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 19:32 [tip: x86/cleanups] x86/mtrr: Fix a kernel-doc markup tip-bot2 for Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).