[PATCH] dt: hwmon/adi,ltc2991.yaml: fix typo in shunt resistor description

Harry Fellowes posted 1 patch 2 months, 1 week ago
Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt: hwmon/adi,ltc2991.yaml: fix typo in shunt resistor description
Posted by Harry Fellowes 2 months, 1 week ago
Corrected the misspelled word "curent" to "current" in the description
of the shunt-resistor-micro-ohms property. This improves clarity and
maintains consistency in documentation.

Signed-off-by: Harry Fellowes <harryfellowes1@gmail.com>
---
 Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml b/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
index 1ff44cb22ef4..2210764a81bb 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
@@ -49,7 +49,7 @@ patternProperties:
 
       shunt-resistor-micro-ohms:
         description:
-          The value of curent sense resistor in micro ohms. Pin configuration is
+          The value of current sense resistor in micro ohms. Pin configuration is
           set for differential input pair.
 
       adi,temperature-enable:
-- 
2.50.1
Re: [PATCH] dt: hwmon/adi,ltc2991.yaml: fix typo in shunt resistor description
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On 26/07/2025 15:52, Harry Fellowes wrote:
> Corrected the misspelled word "curent" to "current" in the description
> of the shunt-resistor-micro-ohms property. This improves clarity and
> maintains consistency in documentation.

Please fix multiple typos at once, not one per patch. Are you sure there
are no other typos in hwmon?

Best regards,
Krzysztof