linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools: turbostat: unmark non-kernel-doc comment
@ 2021-03-25 20:13 Randy Dunlap
  2021-03-25 22:14 ` [tip: x86/cleanups] tools/turbostat: Unmark " tip-bot2 for Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-03-25 20:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Borislav Petkov, Len Brown, linux-pm

Do not mark a comment as kernel-doc notation when it is not
meant to be in kernel-doc notation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Borislav Petkov <bp@suse.de>
Cc: "Len Brown" <lenb@kernel.org>
Cc: linux-pm@vger.kernel.org
---
 tools/power/x86/turbostat/turbostat.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210323.orig/tools/power/x86/turbostat/turbostat.c
+++ linux-next-20210323/tools/power/x86/turbostat/turbostat.c
@@ -2449,7 +2449,7 @@ dump_knl_turbo_ratio_limits(void)
 	fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n",
 		base_cpu, msr);
 
-	/**
+	/*
 	 * Turbo encoding in KNL is as follows:
 	 * [0] -- Reserved
 	 * [7:1] -- Base value of number of active cores of bucket 1.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip: x86/cleanups] tools/turbostat: Unmark non-kernel-doc comment
  2021-03-25 20:13 [PATCH] tools: turbostat: unmark non-kernel-doc comment Randy Dunlap
@ 2021-03-25 22:14 ` tip-bot2 for Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2021-03-25 22:14 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Randy Dunlap, Borislav Petkov, x86, linux-kernel

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

Commit-ID:     800c120ef4e3abb45d67a36d3e5532eb051efc3c
Gitweb:        https://git.kernel.org/tip/800c120ef4e3abb45d67a36d3e5532eb051efc3c
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Thu, 25 Mar 2021 13:13:33 -07:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Thu, 25 Mar 2021 23:10:45 +01:00

tools/turbostat: Unmark non-kernel-doc comment

Do not mark a comment as kernel-doc notation when it is not meant to be
in kernel-doc notation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210325201333.16792-1-rdunlap@infradead.org
---
 tools/power/x86/turbostat/turbostat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index a7c4f07..5939615 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -2449,7 +2449,7 @@ dump_knl_turbo_ratio_limits(void)
 	fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n",
 		base_cpu, msr);
 
-	/**
+	/*
 	 * Turbo encoding in KNL is as follows:
 	 * [0] -- Reserved
 	 * [7:1] -- Base value of number of active cores of bucket 1.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-25 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 20:13 [PATCH] tools: turbostat: unmark non-kernel-doc comment Randy Dunlap
2021-03-25 22:14 ` [tip: x86/cleanups] tools/turbostat: Unmark " tip-bot2 for Randy Dunlap

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