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
This commit is contained in:
parent
7dfe553aff
commit
800c120ef4
@ -2449,7 +2449,7 @@ dump_knl_turbo_ratio_limits(void)
|
|||||||
fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n",
|
fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n",
|
||||||
base_cpu, msr);
|
base_cpu, msr);
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Turbo encoding in KNL is as follows:
|
* Turbo encoding in KNL is as follows:
|
||||||
* [0] -- Reserved
|
* [0] -- Reserved
|
||||||
* [7:1] -- Base value of number of active cores of bucket 1.
|
* [7:1] -- Base value of number of active cores of bucket 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user