public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: pldmfw: Demote library overview section
@ 2025-11-03  3:02 Bagas Sanjaya
  2025-11-03  5:09 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2025-11-03  3:02 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Documentation
  Cc: Jacob Keller, Jonathan Corbet, Bagas Sanjaya

pldmfw library overview section is formatted as title heading (the
second title of index.rst), making it listed in driver-api toctree.

Demote the section.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/driver-api/pldmfw/index.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/driver-api/pldmfw/index.rst b/Documentation/driver-api/pldmfw/index.rst
index fd871b83f34f3a..e59beca374c1fa 100644
--- a/Documentation/driver-api/pldmfw/index.rst
+++ b/Documentation/driver-api/pldmfw/index.rst
@@ -14,7 +14,6 @@ the PLDM for Firmware Update standard
    file-format
    driver-ops
 
-==================================
 Overview of the ``pldmfw`` library
 ==================================
 

base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: pldmfw: Demote library overview section
  2025-11-03  3:02 [PATCH] Documentation: pldmfw: Demote library overview section Bagas Sanjaya
@ 2025-11-03  5:09 ` Randy Dunlap
  2025-11-03 22:51   ` Jacob Keller
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2025-11-03  5:09 UTC (permalink / raw)
  To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation
  Cc: Jacob Keller, Jonathan Corbet



On 11/2/25 7:02 PM, Bagas Sanjaya wrote:
> pldmfw library overview section is formatted as title heading (the
> second title of index.rst), making it listed in driver-api toctree.
> 
> Demote the section.
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/driver-api/pldmfw/index.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/driver-api/pldmfw/index.rst b/Documentation/driver-api/pldmfw/index.rst
> index fd871b83f34f3a..e59beca374c1fa 100644
> --- a/Documentation/driver-api/pldmfw/index.rst
> +++ b/Documentation/driver-api/pldmfw/index.rst
> @@ -14,7 +14,6 @@ the PLDM for Firmware Update standard
>     file-format
>     driver-ops
>  
> -==================================
>  Overview of the ``pldmfw`` library
>  ==================================
>  
> 
> base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: pldmfw: Demote library overview section
  2025-11-03  5:09 ` Randy Dunlap
@ 2025-11-03 22:51   ` Jacob Keller
  2025-11-05 18:29     ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Keller @ 2025-11-03 22:51 UTC (permalink / raw)
  To: Randy Dunlap, Bagas Sanjaya, Linux Kernel Mailing List,
	Linux Documentation
  Cc: Jonathan Corbet


[-- Attachment #1.1: Type: text/plain, Size: 1395 bytes --]



On 11/2/2025 9:09 PM, Randy Dunlap wrote:
> 
> 
> On 11/2/25 7:02 PM, Bagas Sanjaya wrote:
>> pldmfw library overview section is formatted as title heading (the
>> second title of index.rst), making it listed in driver-api toctree.
>>
>> Demote the section.
>>
>> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> 
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>
> 
> Thanks.

Acked-by: Jacob Keller <jacob.e.keller@intel.com>

libpldm doesn't have its own tree at present, and most updates typically
have gone through netdev. However, I think this makes the most sense to
be taken through docs tree, since it doesn't impact any code.

Thanks,
Jake

> 
>> ---
>>  Documentation/driver-api/pldmfw/index.rst | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/Documentation/driver-api/pldmfw/index.rst b/Documentation/driver-api/pldmfw/index.rst
>> index fd871b83f34f3a..e59beca374c1fa 100644
>> --- a/Documentation/driver-api/pldmfw/index.rst
>> +++ b/Documentation/driver-api/pldmfw/index.rst
>> @@ -14,7 +14,6 @@ the PLDM for Firmware Update standard
>>     file-format
>>     driver-ops
>>  
>> -==================================
>>  Overview of the ``pldmfw`` library
>>  ==================================
>>  
>>
>> base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: pldmfw: Demote library overview section
  2025-11-03 22:51   ` Jacob Keller
@ 2025-11-05 18:29     ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-11-05 18:29 UTC (permalink / raw)
  To: Jacob Keller, Randy Dunlap, Bagas Sanjaya,
	Linux Kernel Mailing List, Linux Documentation

Jacob Keller <jacob.e.keller@intel.com> writes:

> On 11/2/2025 9:09 PM, Randy Dunlap wrote:
>> 
>> 
>> On 11/2/25 7:02 PM, Bagas Sanjaya wrote:
>>> pldmfw library overview section is formatted as title heading (the
>>> second title of index.rst), making it listed in driver-api toctree.
>>>
>>> Demote the section.
>>>
>>> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
>> 
>> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>> Tested-by: Randy Dunlap <rdunlap@infradead.org>
>> 
>> Thanks.
>
> Acked-by: Jacob Keller <jacob.e.keller@intel.com>
>
> libpldm doesn't have its own tree at present, and most updates typically
> have gone through netdev. However, I think this makes the most sense to
> be taken through docs tree, since it doesn't impact any code.

OK I have applied it, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-05 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  3:02 [PATCH] Documentation: pldmfw: Demote library overview section Bagas Sanjaya
2025-11-03  5:09 ` Randy Dunlap
2025-11-03 22:51   ` Jacob Keller
2025-11-05 18:29     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox