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 <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: "Len Brown" <[email protected]> Cc: [email protected] --- 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.

