Skip to content

Commit

Permalink
tools/power turbostat: unmark non-kernel-doc comment
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
rddunlap authored and lenb committed May 4, 2021
1 parent 25368d7 commit 1e3ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,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.
Expand Down

0 comments on commit 1e3ec5c

Please sign in to comment.