docs: hwmon: sysfs-interface: Fix stray colon

Message ID 20230312155714.17290-1-stefan.wahren@i2se.com
State New
Headers
Series docs: hwmon: sysfs-interface: Fix stray colon |

Commit Message

Stefan Wahren March 12, 2023, 3:57 p.m. UTC
  The commit 036d6a4e75c9 ("ABI: sysfs-class-hwmon: add ABI documentation
for it") moved all ABI attributes to the usual ABI documentation. But this
change left a stray colon for the fan speed control method. Fix this
to avoid a confusion of readers.

Fixes: 036d6a4e75c9 ("ABI: sysfs-class-hwmon: add ABI documentation for it")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 Documentation/hwmon/sysfs-interface.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Guenter Roeck March 12, 2023, 5:59 p.m. UTC | #1
On Sun, Mar 12, 2023 at 04:57:14PM +0100, Stefan Wahren wrote:
> The commit 036d6a4e75c9 ("ABI: sysfs-class-hwmon: add ABI documentation
> for it") moved all ABI attributes to the usual ABI documentation. But this
> change left a stray colon for the fan speed control method. Fix this
> to avoid a confusion of readers.
> 
> Fixes: 036d6a4e75c9 ("ABI: sysfs-class-hwmon: add ABI documentation for it")
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

Applied.

Thanks,
Guenter

> ---
>  Documentation/hwmon/sysfs-interface.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/sysfs-interface.rst b/Documentation/hwmon/sysfs-interface.rst
> index 209626fb2405..f76e9f8cc1ad 100644
> --- a/Documentation/hwmon/sysfs-interface.rst
> +++ b/Documentation/hwmon/sysfs-interface.rst
> @@ -201,7 +201,7 @@ PWM
>  		Pulse width modulation fan control.
>  
>  `pwm[1-*]_enable`
> -		Fan speed control method:
> +		Fan speed control method.
>  
>  `pwm[1-*]_mode`
>  		direct current or pulse-width modulation.
  

Patch

diff --git a/Documentation/hwmon/sysfs-interface.rst b/Documentation/hwmon/sysfs-interface.rst
index 209626fb2405..f76e9f8cc1ad 100644
--- a/Documentation/hwmon/sysfs-interface.rst
+++ b/Documentation/hwmon/sysfs-interface.rst
@@ -201,7 +201,7 @@  PWM
 		Pulse width modulation fan control.
 
 `pwm[1-*]_enable`
-		Fan speed control method:
+		Fan speed control method.
 
 `pwm[1-*]_mode`
 		direct current or pulse-width modulation.