[PATCH 2/2] docs: hwmon: hp-wmi-sensors: Change document title

James Seo posted 2 patches 2 years, 4 months ago
[PATCH 2/2] docs: hwmon: hp-wmi-sensors: Change document title
Posted by James Seo 2 years, 4 months ago
Change title to "Kernel driver hp-wmi-sensors" for consistency with
most of the rest of Documentation/hwmon.
---
 Documentation/hwmon/hp-wmi-sensors.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/hwmon/hp-wmi-sensors.rst b/Documentation/hwmon/hp-wmi-sensors.rst
index a6bca9aecdde..a611c6263074 100644
--- a/Documentation/hwmon/hp-wmi-sensors.rst
+++ b/Documentation/hwmon/hp-wmi-sensors.rst
@@ -2,9 +2,9 @@
 
 .. include:: <isonum.txt>
 
-===========================
-Linux HP WMI Sensors Driver
-===========================
+============================
+Kernel driver hp-wmi-sensors
+============================
 
 :Copyright: |copy| 2023 James Seo <james@equiv.tech>
 
-- 
2.39.2
Re: [PATCH 2/2] docs: hwmon: hp-wmi-sensors: Change document title
Posted by Guenter Roeck 2 years, 4 months ago
On Sat, Jul 22, 2023 at 10:25:14AM -0700, James Seo wrote:
> Change title to "Kernel driver hp-wmi-sensors" for consistency with
> most of the rest of Documentation/hwmon.

Not sure if it is worth it, but either case: Signed-off-by: missing.

Guenter

> ---
>  Documentation/hwmon/hp-wmi-sensors.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/hwmon/hp-wmi-sensors.rst b/Documentation/hwmon/hp-wmi-sensors.rst
> index a6bca9aecdde..a611c6263074 100644
> --- a/Documentation/hwmon/hp-wmi-sensors.rst
> +++ b/Documentation/hwmon/hp-wmi-sensors.rst
> @@ -2,9 +2,9 @@
>  
>  .. include:: <isonum.txt>
>  
> -===========================
> -Linux HP WMI Sensors Driver
> -===========================
> +============================
> +Kernel driver hp-wmi-sensors
> +============================
>  
>  :Copyright: |copy| 2023 James Seo <james@equiv.tech>
>  
> -- 
> 2.39.2
>
Re: [PATCH 2/2] docs: hwmon: hp-wmi-sensors: Change document title
Posted by James Seo 2 years, 4 months ago
On Sat, Jul 22, 2023 at 11:24:18AM -0700, Guenter Roeck wrote:
> On Sat, Jul 22, 2023 at 10:25:14AM -0700, James Seo wrote:
>> Change title to "Kernel driver hp-wmi-sensors" for consistency with
>> most of the rest of Documentation/hwmon.
> 
> Not sure if it is worth it, but either case: Signed-off-by: missing.
> 
> Guenter

Oops. Forget it for now, then. I'll resubmit if/when there are more changes.

Thanks.

James