[PATCH v2] hwmon: fix typo in max31827 documentation

KK Surendran posted 1 patch 1 month, 3 weeks ago
Documentation/hwmon/max31827.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] hwmon: fix typo in max31827 documentation
Posted by KK Surendran 1 month, 3 weeks ago
Fix typo in Documentation/hwmon/max31827.rst -
"respresents" to "represents"

Signed-off-by: KK Surendran <kksurendran95@gmail.com>
---
v1: 
  - Initial submission that corrected the typo from "respresents" to "represents".
  
v2:
  - Updated the subject line to include the affected subsystem (`hwmon`).

 Documentation/hwmon/max31827.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/max31827.rst b/Documentation/hwmon/max31827.rst
index 9c11a9518..4a7d12934 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 signifcant increase in bandwitdh
 usage (+33% for both write and reads) in normal conditions.
 
 Since this operation implies there will be an extra delay to each
-- 
2.46.2
Re: [PATCH v2] hwmon: fix typo in max31827 documentation
Posted by Guenter Roeck 1 month, 3 weeks ago
On Thu, Oct 03, 2024 at 09:31:49PM +0530, KK Surendran wrote:
> Fix typo in Documentation/hwmon/max31827.rst -
> "respresents" to "represents"
> 
> Signed-off-by: KK Surendran <kksurendran95@gmail.com>
> ---
> v1: 
>   - Initial submission that corrected the typo from "respresents" to "represents".
>   
> v2:
>   - Updated the subject line to include the affected subsystem (`hwmon`).
> 
>  Documentation/hwmon/max31827.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/max31827.rst b/Documentation/hwmon/max31827.rst
> index 9c11a9518..4a7d12934 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 signifcant increase in bandwitdh

This has been fixed in the meantime, at the same time also fixing the second
spelling error in the same line (signifcant).

Guenter