linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Fix typos in hwmon docs
@ 2025-08-21 12:50 Debanil Chowdhury
  2025-08-21 16:01 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Debanil Chowdhury @ 2025-08-21 12:50 UTC (permalink / raw)
  To: skhan, jdelvare, linux, corbet
  Cc: linux-kernel-mentees, ninad, linux-hwmon, linux-doc, linux-kernel,
	Debanil Chowdhury

Fixed some typos ("Critial" → "Critical") in hwmon documentation.

Reported-by: codespell
Signed-off-by: Debanil Chowdhury <kerneldev@debanilchowdhury.com>
---
changed in v2:
- In previous patch "From" header did not have my name in it. Fixed
  that.

 Documentation/hwmon/crps.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/hwmon/crps.rst b/Documentation/hwmon/crps.rst
index 87380b496..d42ea59d2 100644
--- a/Documentation/hwmon/crps.rst
+++ b/Documentation/hwmon/crps.rst
@@ -43,7 +43,7 @@ curr1_label		"iin"
 curr1_input		Measured input current
 curr1_max		Maximum input current
 curr1_max_alarm		Input maximum current high alarm
-curr1_crit		Critial high input current
+curr1_crit		Critical high input current
 curr1_crit_alarm	Input critical current high alarm
 curr1_rated_max		Maximum rated input current
 
@@ -51,7 +51,7 @@ curr2_label		"iout1"
 curr2_input		Measured output current
 curr2_max		Maximum output current
 curr2_max_alarm		Output maximum current high alarm
-curr2_crit		Critial high output current
+curr2_crit		Critical high output current
 curr2_crit_alarm	Output critical current high alarm
 curr2_rated_max		Maximum rated output current
 
-- 
2.49.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Fix typos in hwmon docs
  2025-08-21 12:50 [PATCH v2] Fix typos in hwmon docs Debanil Chowdhury
@ 2025-08-21 16:01 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2025-08-21 16:01 UTC (permalink / raw)
  To: Debanil Chowdhury
  Cc: skhan, jdelvare, corbet, linux-kernel-mentees, ninad, linux-hwmon,
	linux-doc, linux-kernel

On Thu, Aug 21, 2025 at 06:20:24PM +0530, Debanil Chowdhury wrote:
> Fixed some typos ("Critial" → "Critical") in hwmon documentation.
> 
> Reported-by: codespell
> Signed-off-by: Debanil Chowdhury <kerneldev@debanilchowdhury.com>
> ---
> changed in v2:
> - In previous patch "From" header did not have my name in it. Fixed
>   that.

The real problem is that the subject does not identify which documentation
is being fixed. It does not fix problems in "hwmon documentation", it
fixes a misspelling in the crps driver documentation. And responding to
this -and having to look at multiple versions of a spelling fix - prevents
me from reviewing patches which solve _real_ problems.

> 
>  Documentation/hwmon/crps.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/hwmon/crps.rst b/Documentation/hwmon/crps.rst
> index 87380b496..d42ea59d2 100644
> --- a/Documentation/hwmon/crps.rst
> +++ b/Documentation/hwmon/crps.rst
> @@ -43,7 +43,7 @@ curr1_label		"iin"
>  curr1_input		Measured input current
>  curr1_max		Maximum input current
>  curr1_max_alarm		Input maximum current high alarm
> -curr1_crit		Critial high input current
> +curr1_crit		Critical high input current
>  curr1_crit_alarm	Input critical current high alarm
>  curr1_rated_max		Maximum rated input current
>  
> @@ -51,7 +51,7 @@ curr2_label		"iout1"
>  curr2_input		Measured output current
>  curr2_max		Maximum output current
>  curr2_max_alarm		Output maximum current high alarm
> -curr2_crit		Critial high output current
> +curr2_crit		Critical high output current
>  curr2_crit_alarm	Output critical current high alarm
>  curr2_rated_max		Maximum rated output current
>  
> -- 
> 2.49.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-21 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 12:50 [PATCH v2] Fix typos in hwmon docs Debanil Chowdhury
2025-08-21 16:01 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).