[PATCH v2 1/3] dt-bindings: mfd: rohm,bd71847-pmic: Fix typo in documentation

Nick Huang posted 3 patches 3 days, 2 hours ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: mfd: rohm,bd71847-pmic: Fix typo in documentation
Posted by Nick Huang 3 days, 2 hours ago
Correct a typo in the documentation by replacing "abd" with the correct word "and".
This improves readability and avoids confusion in the description.

Co-developed-by: Nick Huang <sef1548@gmail.com>
Signed-off-by: Nick Huang <sef1548@gmail.com>
Signed-off-by: Johnson Huang <kusogame68@gmail.com>
---
 Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
index d783cc4e4e..d16c82e398 100644
--- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
@@ -41,7 +41,7 @@ properties:
   clock-output-names:
     maxItems: 1
 
-# The BD71847 abd BD71850 support two different HW states as reset target
+# The BD71847 and BD71850 support two different HW states as reset target
 # states. States are called as SNVS and READY. At READY state all the PMIC
 # power outputs go down and OTP is reload. At the SNVS state all other logic
 # and external devices apart from the SNVS power domain are shut off. Please
-- 
2.48.1
Re: [PATCH v2 1/3] dt-bindings: mfd: rohm,bd71847-pmic: Fix typo in documentation
Posted by Krzysztof Kozlowski 2 days, 22 hours ago
On 06/09/2025 05:21, Nick Huang wrote:
> Correct a typo in the documentation by replacing "abd" with the correct word "and".
> This improves readability and avoids confusion in the description.
> 
> Co-developed-by: Nick Huang <sef1548@gmail.com>
> Signed-off-by: Nick Huang <sef1548@gmail.com>
> Signed-off-by: Johnson Huang <kusogame68@gmail.com>

Two people developed a typo patch? No. They did not...

<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.

You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.

Please kindly resend and include all necessary To/Cc entries.
</form letter>


Best regards,
Krzysztof