[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8367d92de90afaaa7ec5fac1dbcc0337ab641cb6.camel@linux.intel.com>
Date: Mon, 13 Feb 2023 02:17:02 -0800
From: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>
To: Bagas Sanjaya <bagasdotme@...il.com>,
Linux Documentation <linux-doc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Power Management <linux-pm@...r.kernel.org>
Cc: Jonathan Corbet <corbet@....net>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Amit Kucheria <amitk@...nel.org>,
Zhang Rui <rui.zhang@...el.com>,
Thorsten Leemhuis <linux@...mhuis.info>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
Arjan van de Ven <arjan@...ux.intel.com>,
Jacob Pan <jacob.jun.pan@...ux.intel.com>,
oe-kbuild-all@...ts.linux.dev, kernel test robot <lkp@...el.com>
Subject: Re: [PATCH 2/3] Documentation: powerclamp: Escape wildcard in
cpumask description
Hi Sanjaya,
On Mon, 2023-02-13 at 17:08 +0700, Bagas Sanjaya wrote:
> 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.
>
I submitted a patch
[thermal-bleeding-edge][PATCH] thermal: intel: powerclamp: Fix
warnings.
Thanks,
Srinivas
> Escape the asterisk to fix above warning.
>
> Link:
> https://lore.kernel.org/linux-doc/202302122247.N4S791c4-lkp@intel.com/
> Fixes: ebf51971021881 ("thermal: intel: powerclamp: Add two module
> parameters")
> Reported-by: kernel test robot <lkp@...el.com>
> Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
> ---
> Documentation/admin-guide/thermal/intel_powerclamp.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/thermal/intel_powerclamp.rst
> b/Documentation/admin-guide/thermal/intel_powerclamp.rst
> index 2d9d2d739f0256..f919fbe1cdd942 100644
> --- a/Documentation/admin-guide/thermal/intel_powerclamp.rst
> +++ b/Documentation/admin-guide/thermal/intel_powerclamp.rst
> @@ -326,7 +326,7 @@ Module Parameters
>
> ``cpumask`` (RW)
> A bit mask of CPUs to inject idle. The format of the bitmask
> is same as
> - used in other subsystems like in /proc/irq/*/smp_affinity.
> The mask is
> + used in other subsystems like in /proc/irq/\*/smp_affinity.
> The mask is
> comma separated 32 bit groups. Each CPU is one bit. For
> example for a 256
> CPU system the full mask is:
> ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,fffffff
> f,ffffffff
Powered by blists - more mailing lists