diff mbox series

docs: hwmon: Fix typos in sch5627 and max31827

Message ID 20241108212201.144482-1-xandfury@gmail.com (mailing list archive)
State Accepted
Headers show
Series docs: hwmon: Fix typos in sch5627 and max31827 | expand

Commit Message

Abhinav Saxena Nov. 8, 2024, 9:22 p.m. UTC
Fix some typos in hwmon/sch5627 and hwmon/max31827 reported by
checkpatch.pl. These changes are purely documentation cleanup with no
functional modifications.

Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
---
 Documentation/hwmon/max31827.rst | 2 +-
 Documentation/hwmon/sch5627.rst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Randy Dunlap Nov. 8, 2024, 10:29 p.m. UTC | #1
On 11/8/24 1:22 PM, Abhinav Saxena wrote:
> Fix some typos in hwmon/sch5627 and hwmon/max31827 reported by
> checkpatch.pl. These changes are purely documentation cleanup with no
> functional modifications.
> 
> Signed-off-by: Abhinav Saxena <xandfury@gmail.com>

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

Thanks.

> ---
>  Documentation/hwmon/max31827.rst | 2 +-
>  Documentation/hwmon/sch5627.rst  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/hwmon/max31827.rst b/Documentation/hwmon/max31827.rst
> index 9c11a9518c67..6cc5088b26b7 100644
> --- a/Documentation/hwmon/max31827.rst
> +++ b/Documentation/hwmon/max31827.rst
> @@ -136,7 +136,7 @@ PEC Support
>  
>  When reading a register value, the PEC byte is computed and sent by the chip.
>  
> -PEC on word data transaction respresents a signifcant increase in bandwitdh
> +PEC on word data transaction represents a significant increase in bandwidth
>  usage (+33% for both write and reads) in normal conditions.
>  
>  Since this operation implies there will be an extra delay to each
> diff --git a/Documentation/hwmon/sch5627.rst b/Documentation/hwmon/sch5627.rst
> index 8639dff234fc..5f521c6e90ab 100644
> --- a/Documentation/hwmon/sch5627.rst
> +++ b/Documentation/hwmon/sch5627.rst
> @@ -39,7 +39,7 @@ Controlling fan speed
>  ---------------------
>  
>  The SCH5627 allows for partially controlling the fan speed. If a temperature
> -channel excedes tempX_max, all fans are forced to maximum speed. The same is not
> +channel exceeds tempX_max, all fans are forced to maximum speed. The same is not
>  true for tempX_crit, presumably some other measures to cool down the system are
>  take in this case.
>  In which way the value of fanX_min affects the fan speed is currently unknown.
Bagas Sanjaya Nov. 8, 2024, 11:57 p.m. UTC | #2
On Fri, Nov 08, 2024 at 02:22:01PM -0700, Abhinav Saxena wrote:
> diff --git a/Documentation/hwmon/max31827.rst b/Documentation/hwmon/max31827.rst
> index 9c11a9518c67..6cc5088b26b7 100644
> --- a/Documentation/hwmon/max31827.rst
> +++ b/Documentation/hwmon/max31827.rst
> @@ -136,7 +136,7 @@ PEC Support
>  
>  When reading a register value, the PEC byte is computed and sent by the chip.
>  
> -PEC on word data transaction respresents a signifcant increase in bandwitdh
> +PEC on word data transaction represents a significant increase in bandwidth
>  usage (+33% for both write and reads) in normal conditions.
>  
>  Since this operation implies there will be an extra delay to each
> diff --git a/Documentation/hwmon/sch5627.rst b/Documentation/hwmon/sch5627.rst
> index 8639dff234fc..5f521c6e90ab 100644
> --- a/Documentation/hwmon/sch5627.rst
> +++ b/Documentation/hwmon/sch5627.rst
> @@ -39,7 +39,7 @@ Controlling fan speed
>  ---------------------
>  
>  The SCH5627 allows for partially controlling the fan speed. If a temperature
> -channel excedes tempX_max, all fans are forced to maximum speed. The same is not
> +channel exceeds tempX_max, all fans are forced to maximum speed. The same is not
>  true for tempX_crit, presumably some other measures to cool down the system are
>  take in this case.
>  In which way the value of fanX_min affects the fan speed is currently unknown.

Looks OK, thanks!

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Guenter Roeck Nov. 9, 2024, 4:19 p.m. UTC | #3
On Fri, Nov 08, 2024 at 02:22:01PM -0700, Abhinav Saxena wrote:
> Fix some typos in hwmon/sch5627 and hwmon/max31827 reported by
> checkpatch.pl. These changes are purely documentation cleanup with no
> functional modifications.
> 
> Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>

Applied.

Thanks,
Guenter
diff mbox series

Patch

diff --git a/Documentation/hwmon/max31827.rst b/Documentation/hwmon/max31827.rst
index 9c11a9518c67..6cc5088b26b7 100644
--- a/Documentation/hwmon/max31827.rst
+++ b/Documentation/hwmon/max31827.rst
@@ -136,7 +136,7 @@  PEC Support
 
 When reading a register value, the PEC byte is computed and sent by the chip.
 
-PEC on word data transaction respresents a signifcant increase in bandwitdh
+PEC on word data transaction represents a significant increase in bandwidth
 usage (+33% for both write and reads) in normal conditions.
 
 Since this operation implies there will be an extra delay to each
diff --git a/Documentation/hwmon/sch5627.rst b/Documentation/hwmon/sch5627.rst
index 8639dff234fc..5f521c6e90ab 100644
--- a/Documentation/hwmon/sch5627.rst
+++ b/Documentation/hwmon/sch5627.rst
@@ -39,7 +39,7 @@  Controlling fan speed
 ---------------------
 
 The SCH5627 allows for partially controlling the fan speed. If a temperature
-channel excedes tempX_max, all fans are forced to maximum speed. The same is not
+channel exceeds tempX_max, all fans are forced to maximum speed. The same is not
 true for tempX_crit, presumably some other measures to cool down the system are
 take in this case.
 In which way the value of fanX_min affects the fan speed is currently unknown.