* [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar
@ 2022-09-28 21:31 Colin Ian King
2022-09-29 6:51 ` Krzysztof Kozlowski
2022-10-02 15:03 ` Guenter Roeck
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-09-28 21:31 UTC (permalink / raw)
To: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
Christopher Ruehl, linux-hwmon, devicetree
Cc: kernel-janitors, linux-kernel
The yaml text contains some minor spelling mistakes and grammar issues,
clean these up.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
.../devicetree/bindings/hwmon/sensirion,shtc1.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
index 7d49478d9668..159238efa9ed 100644
--- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
+++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
@@ -10,7 +10,7 @@ maintainers:
- Christopher Ruehl chris.ruehl@gtsys.com.hk
description: |
- The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensor
+ The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
designed especially for battery-driven high-volume consumer electronics
applications.
For further information refere to Documentation/hwmon/shtc1.rst
@@ -31,13 +31,13 @@ properties:
sensirion,blocking-io:
$ref: /schemas/types.yaml#/definitions/flag
description:
- If set, the driver hold the i2c bus until measurement is finished.
+ If set, the driver holds the i2c bus until the measurement is finished.
sensirion,low-precision:
$ref: /schemas/types.yaml#/definitions/flag
description:
- If set, the sensor aquire data with low precision (not recommended).
- The driver aquire data with high precision by default.
+ If set, the sensor acquires data with low precision (not recommended).
+ The driver acquires data with high precision by default.
required:
- compatible
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar
2022-09-28 21:31 [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar Colin Ian King
@ 2022-09-29 6:51 ` Krzysztof Kozlowski
2022-10-02 15:03 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-29 6:51 UTC (permalink / raw)
To: Colin Ian King, Jean Delvare, Guenter Roeck, Rob Herring,
Krzysztof Kozlowski, Christopher Ruehl, linux-hwmon, devicetree
Cc: kernel-janitors, linux-kernel
On 28/09/2022 23:31, Colin Ian King wrote:
> The yaml text contains some minor spelling mistakes and grammar issues,
> clean these up.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Subject prefix: dt-bindings: hwmon: sensirion,shtc1:
With the subject fixes:
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar
2022-09-28 21:31 [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar Colin Ian King
2022-09-29 6:51 ` Krzysztof Kozlowski
@ 2022-10-02 15:03 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2022-10-02 15:03 UTC (permalink / raw)
To: Colin Ian King
Cc: Jean Delvare, Rob Herring, Krzysztof Kozlowski, Christopher Ruehl,
linux-hwmon, devicetree, kernel-janitors, linux-kernel
On Wed, Sep 28, 2022 at 10:31:39PM +0100, Colin Ian King wrote:
> The yaml text contains some minor spelling mistakes and grammar issues,
> clean these up.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Applied (after changing subject as requested)
Thanks,
Guenter
> ---
> .../devicetree/bindings/hwmon/sensirion,shtc1.yaml | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> index 7d49478d9668..159238efa9ed 100644
> --- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Christopher Ruehl chris.ruehl@gtsys.com.hk
>
> description: |
> - The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensor
> + The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
> designed especially for battery-driven high-volume consumer electronics
> applications.
> For further information refere to Documentation/hwmon/shtc1.rst
> @@ -31,13 +31,13 @@ properties:
> sensirion,blocking-io:
> $ref: /schemas/types.yaml#/definitions/flag
> description:
> - If set, the driver hold the i2c bus until measurement is finished.
> + If set, the driver holds the i2c bus until the measurement is finished.
>
> sensirion,low-precision:
> $ref: /schemas/types.yaml#/definitions/flag
> description:
> - If set, the sensor aquire data with low precision (not recommended).
> - The driver aquire data with high precision by default.
> + If set, the sensor acquires data with low precision (not recommended).
> + The driver acquires data with high precision by default.
>
> required:
> - compatible
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-02 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-28 21:31 [PATCH] devicetree: hwmon: shtc1: Clean up spelling mistakes and grammar Colin Ian King
2022-09-29 6:51 ` Krzysztof Kozlowski
2022-10-02 15:03 ` 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).