lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bcfd4b37-599b-4797-b3a3-6c4ae34ebaf7@roeck-us.net>
Date: Thu, 21 Aug 2025 09:01:49 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Debanil Chowdhury <kerneldev@...anilchowdhury.com>
Cc: skhan@...uxfoundation.org, jdelvare@...e.com, corbet@....net,
	linux-kernel-mentees@...ts.linux.dev, ninad@...ux.ibm.com,
	linux-hwmon@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Fix typos in hwmon docs

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@...anilchowdhury.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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ