Skip to content

Commit e8b703e

Browse files
bagasmerafaeljw
authored andcommitted
Documentation: powerclamp: Escape wildcard in cpumask description
kernel test robot reported htmldocs warning: Documentation/admin-guide/thermal/intel_powerclamp.rst:328: WARNING: Inline emphasis start-string without end-string. The mistaken asterisk in /proc/irq/*/smp_affinity is rendered as hyperlink as the result. Escape the asterisk to fix above warning. Link: https://lore.kernel.org/linux-doc/[email protected]/ Fixes: ebf5197 ("thermal: intel: powerclamp: Add two module parameters") Reported-by: kernel test robot <[email protected]> Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e63273c commit e8b703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/thermal/intel_powerclamp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Module Parameters
326326

327327
``cpumask`` (RW)
328328
A bit mask of CPUs to inject idle. The format of the bitmask is same as
329-
used in other subsystems like in /proc/irq/*/smp_affinity. The mask is
329+
used in other subsystems like in /proc/irq/\*/smp_affinity. The mask is
330330
comma separated 32 bit groups. Each CPU is one bit. For example for a 256
331331
CPU system the full mask is:
332332
ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff

0 commit comments

Comments
 (0)