[PATCH] docs: dt-bindings: hwmon: aspeed-pwm-tacho: fix typos

Akiyoshi Kurita posted 1 patch 1 month, 2 weeks ago
.../devicetree/bindings/hwmon/aspeed-pwm-tacho.txt        | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH] docs: dt-bindings: hwmon: aspeed-pwm-tacho: fix typos
Posted by Akiyoshi Kurita 1 month, 2 weeks ago
Fix "upto" -> "up to" occurrences and add missing "be" in one sentence.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 .../devicetree/bindings/hwmon/aspeed-pwm-tacho.txt        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/aspeed-pwm-tacho.txt b/Documentation/devicetree/bindings/hwmon/aspeed-pwm-tacho.txt
index 8645cd3b867a..d1db4adb2df7 100644
--- a/Documentation/devicetree/bindings/hwmon/aspeed-pwm-tacho.txt
+++ b/Documentation/devicetree/bindings/hwmon/aspeed-pwm-tacho.txt
@@ -1,9 +1,9 @@
 ASPEED AST2400/AST2500 PWM and Fan Tacho controller device driver
 
-The ASPEED PWM controller can support upto 8 PWM outputs. The ASPEED Fan Tacho
-controller can support upto 16 Fan tachometer inputs.
+The ASPEED PWM controller can support up to 8 PWM outputs. The ASPEED Fan Tacho
+controller can support up to 16 Fan tachometer inputs.
 
-There can be upto 8 fans supported. Each fan can have one PWM output and
+There can be up to 8 fans supported. Each fan can have one PWM output and
 one/two Fan tach inputs.
 
 Required properties for pwm-tacho node:
@@ -28,7 +28,7 @@ Required properties for pwm-tacho node:
 
 fan subnode format:
 ===================
-Under fan subnode there can upto 8 child nodes, with each child node
+Under fan subnode there can be up to 8 child nodes, with each child node
 representing a fan. If there are 8 fans each fan can have one PWM port and
 one/two Fan tach inputs.
 For PWM port can be configured cooling-levels to create cooling device.
-- 
2.47.3
Re: [PATCH] docs: dt-bindings: hwmon: aspeed-pwm-tacho: fix typos
Posted by Rob Herring 1 month, 1 week ago
On Wed, Dec 24, 2025 at 05:38:45PM +0900, Akiyoshi Kurita wrote:
> Fix "upto" -> "up to" occurrences and add missing "be" in one sentence.

This is in the process of being converted to schema. Please review that 
patch and check these issues are not copied over.

In general, don't fix .txt bindings. Convert to schema if you want to 
improve them.

Rob