devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nick Huang <sef1548@gmail.com>
To: Matti Vaittinen <mazziesaccount@gmail.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>, Lee Jones <lee@kernel.org>,
	 Johnsodn Huang <kusogame68@gmail.com>,
	robh@kernel.org, krzk+dt@kernel.org,  conor+dt@kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	 weiyan huang <dory85109@gmail.com>
Subject: Re: [PATCH] dt-bindings: fix typo in documentation Correct a typo in the documentation by replacing "abd" with the correct word "and". This improves readability and avoids confusion in the description.
Date: Thu, 11 Sep 2025 18:39:36 +0800	[thread overview]
Message-ID: <CABZAGRH=cu5_HZwseJ+GuokUNkEPDzoHewebXmLzcMFaTGdTOQ@mail.gmail.com> (raw)
In-Reply-To: <CANhJrGMa29YMLUJSL3yqxC+AH+wcLNb8Qe_aiN2uuM9ZCvF72g@mail.gmail.com>

Matti Vaittinen <mazziesaccount@gmail.com> 於 2025年9月11日 週四 下午2:33寫道:
>
> ma 8.9.2025 klo 2.43 Nick Huang (sef1548@gmail.com) kirjoitti:
> > Krzysztof Kozlowski <krzk@kernel.org> 於 2025年9月7日 週日 下午11:07寫道:
> > > On 07/09/2025 15:38, Nick Huang wrote:
> > > > Lee Jones <lee@kernel.org> 於 2025年9月3日 週三 下午3:42寫道:
> > > >>
> > > >> Looks like you corrupted the subject line with the commit message.
> > > >>
> > > >> Please resubmit.
> > > >>
> > > >>> From: Johnson Huang <kusogame68@gmail.com>
> > > >>
> > > >> Use `git format-patch` and `git send-email` instead.
> > > >>
> > > >>> Co-developed-by: Nick Huang <sef1548@gmail.com>
> > > >>> Signed-off-by: Nick Huang <sef1548@gmail.com>
> > > >>> Signed-off-by: Johnson Huang <kusogame68@gmail.com>
> > > >>
> > > >> It took two of you to correct the word "and"?
> > > >>
> > > >>> ---
> > > >>>  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.43.0
>
> Hi Nick,
>
> Thanks for the typo fix. It looks good.
> I, however, am curious how did you build the recipient list? I hoped
> to be notified about changes to these bindings and I'm not CC'd.
>
> Yours,
>     -- Matti
>
> --
>
> Matti Vaittinen
> Linux kernel developer at ROHM Semiconductors
> Oulu Finland
>
> ~~ When things go utterly wrong vim users can always type :help! ~~
>
> Discuss - Estimate - Plan - Report and finally accomplish this:
> void do_work(int time) __attribute__ ((const));

Hi Matii

I used ./scripts/get_maintainer.pl
Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml to
generate the maintainer and CC list.
Sorry for missing you previously — I’m including you this time.

With the current patch, should I resend it? I’m not quite sure what
the proper next step is.

-- 
Regards,
Nick Huang

      reply	other threads:[~2025-09-11 10:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-02 14:27 [PATCH] dt-bindings: fix typo in documentation Correct a typo in the documentation by replacing "abd" with the correct word "and". This improves readability and avoids confusion in the description Johnsodn Huang
2025-09-03  7:42 ` Lee Jones
2025-09-03  8:00   ` Krzysztof Kozlowski
2025-09-06  7:38   ` Krzysztof Kozlowski
2025-09-06  9:13     ` Nick Huang
2025-09-06 12:00       ` Krzysztof Kozlowski
2025-09-06 13:09         ` Nick Huang
2025-09-07  8:17           ` Krzysztof Kozlowski
2025-09-07  8:29             ` Nick Huang
2025-09-07 13:38   ` Nick Huang
2025-09-07 15:07     ` Krzysztof Kozlowski
2025-09-07 23:43       ` Nick Huang
2025-09-11  6:33         ` Matti Vaittinen
2025-09-11 10:39           ` Nick Huang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABZAGRH=cu5_HZwseJ+GuokUNkEPDzoHewebXmLzcMFaTGdTOQ@mail.gmail.com' \
    --to=sef1548@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dory85109@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=kusogame68@gmail.com \
    --cc=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mazziesaccount@gmail.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).