[0/3] Documentation fixes for thermal/bleeding-edge

Message ID 20230213100800.28333-1-bagasdotme@gmail.com
Headers
Series Documentation fixes for thermal/bleeding-edge |

Message

Bagas Sanjaya Feb. 13, 2023, 10:07 a.m. UTC
  Here are documentation fixes for thermal/bleeding-edge tree. The
first two patches are fixes to recently reported kernel test robot
reports whereas the third patch is cosmetical (formatting).

Bagas Sanjaya (3):
  Documentation: admin-guide: Add toctree entry for thermal docs
  Documentation: powerclamp: Escape wildcard in cpumask description
  Documentation: powerclamp: Fix numbered lists formatting

 Documentation/admin-guide/index.rst               |  2 +-
 Documentation/admin-guide/thermal/index.rst       |  8 ++++++++
 .../admin-guide/thermal/intel_powerclamp.rst      | 15 +++++++++------
 3 files changed, 18 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/admin-guide/thermal/index.rst


base-commit: 1c7337f9eef60b8ce8a4b8c96d197e230d60b6b2
  

Comments

srinivas pandruvada Feb. 13, 2023, 10:18 a.m. UTC | #1
On Mon, 2023-02-13 at 17:07 +0700, Bagas Sanjaya wrote:
> Here are documentation fixes for thermal/bleeding-edge tree. The
> first two patches are fixes to recently reported kernel test robot
> reports whereas the third patch is cosmetical (formatting).
> 
I am fine picking up this patchset over mine, as this series has  one
additional fix.

	[thermal-bleeding-edge][PATCH] thermal: intel: powerclamp: Fix
warnings

Thanks,
Srinivas


> Bagas Sanjaya (3):
>   Documentation: admin-guide: Add toctree entry for thermal docs
>   Documentation: powerclamp: Escape wildcard in cpumask description
>   Documentation: powerclamp: Fix numbered lists formatting
> 
>  Documentation/admin-guide/index.rst               |  2 +-
>  Documentation/admin-guide/thermal/index.rst       |  8 ++++++++
>  .../admin-guide/thermal/intel_powerclamp.rst      | 15 +++++++++----
> --
>  3 files changed, 18 insertions(+), 7 deletions(-)
>  create mode 100644 Documentation/admin-guide/thermal/index.rst
> 
> 
> base-commit: 1c7337f9eef60b8ce8a4b8c96d197e230d60b6b2
  
Rafael J. Wysocki Feb. 13, 2023, 3:34 p.m. UTC | #2
On Mon, Feb 13, 2023 at 11:18 AM srinivas pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> On Mon, 2023-02-13 at 17:07 +0700, Bagas Sanjaya wrote:
> > Here are documentation fixes for thermal/bleeding-edge tree. The
> > first two patches are fixes to recently reported kernel test robot
> > reports whereas the third patch is cosmetical (formatting).
> >
> I am fine picking up this patchset over mine, as this series has  one
> additional fix.
>
>         [thermal-bleeding-edge][PATCH] thermal: intel: powerclamp: Fix
> warnings

So applied, thanks!