* [PATCH] docs: hwmon: Fix typos in sch5627 and max31827
@ 2024-11-08 21:22 Abhinav Saxena
2024-11-08 22:29 ` Randy Dunlap
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Abhinav Saxena @ 2024-11-08 21:22 UTC (permalink / raw)
To: linux-kernel-mentees, linux-hwmon, linux-doc, linux-kernel
Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet, Abhinav Saxena
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(-)
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.
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: hwmon: Fix typos in sch5627 and max31827
2024-11-08 21:22 [PATCH] docs: hwmon: Fix typos in sch5627 and max31827 Abhinav Saxena
@ 2024-11-08 22:29 ` Randy Dunlap
2024-11-08 23:57 ` Bagas Sanjaya
2024-11-09 16:19 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2024-11-08 22:29 UTC (permalink / raw)
To: Abhinav Saxena, linux-kernel-mentees, linux-hwmon, linux-doc,
linux-kernel
Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet
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.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: hwmon: Fix typos in sch5627 and max31827
2024-11-08 21:22 [PATCH] docs: hwmon: Fix typos in sch5627 and max31827 Abhinav Saxena
2024-11-08 22:29 ` Randy Dunlap
@ 2024-11-08 23:57 ` Bagas Sanjaya
2024-11-09 16:19 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2024-11-08 23:57 UTC (permalink / raw)
To: Abhinav Saxena, linux-kernel-mentees, linux-hwmon, linux-doc,
linux-kernel
Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet
[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]
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>
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: hwmon: Fix typos in sch5627 and max31827
2024-11-08 21:22 [PATCH] docs: hwmon: Fix typos in sch5627 and max31827 Abhinav Saxena
2024-11-08 22:29 ` Randy Dunlap
2024-11-08 23:57 ` Bagas Sanjaya
@ 2024-11-09 16:19 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2024-11-09 16:19 UTC (permalink / raw)
To: Abhinav Saxena
Cc: linux-kernel-mentees, linux-hwmon, linux-doc, linux-kernel,
Jean Delvare, Jonathan Corbet
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-09 16:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 21:22 [PATCH] docs: hwmon: Fix typos in sch5627 and max31827 Abhinav Saxena
2024-11-08 22:29 ` Randy Dunlap
2024-11-08 23:57 ` Bagas Sanjaya
2024-11-09 16:19 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox