[PATCH v4] hwmon: crps: Fix typos in crps.rst documentation

Debanil Chowdhury posted 1 patch 1 month ago
Documentation/hwmon/crps.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v4] hwmon: crps: Fix typos in crps.rst documentation
Posted by Debanil Chowdhury 1 month ago
Changed a misspelling in crps.rst documentation:
"Critial" → "Critical".

Found using codespell tool.

Signed-off-by: Debanil Chowdhury <kerneldev@debanilchowdhury.com>
---
Changed in v4:
- As per guidelines "Reported-by:" should be immediately followed
  by "Closes:" with a URL to the report. Since this was locally
  found, there is no URL. Also since this is just a trivial typo
  fix, I am just dropping the "Reported-by:" tag.
  
Changed in v3:
- Update subject to correctly identify crps driver documentation 
  (suggested by Guenter Roeck)

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.47.2

Re: [PATCH v4] hwmon: crps: Fix typos in crps.rst documentation
Posted by Guenter Roeck 1 month ago
On Sun, Aug 31, 2025 at 04:45:54AM +0000, Debanil Chowdhury wrote:
> Changed a misspelling in crps.rst documentation:
> "Critial" → "Critical".
> 
> Found using codespell tool.
> 
> Signed-off-by: Debanil Chowdhury <kerneldev@debanilchowdhury.com>

Applied.

Guenter