[PATCH] tools: turbostat: unmark non-kernel-doc comment

From: Randy Dunlap
Date: Thu Mar 25 2021 - 16:14:25 EST


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@xxxxxxxxxxxxx>
Cc: Borislav Petkov <bp@xxxxxxx>
Cc: "Len Brown" <lenb@xxxxxxxxxx>
Cc: linux-pm@xxxxxxxxxxxxxxx
---
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.