Re: [PATCH 1/1] Fixing a minor typo in YAML document
From: Brian Norris
Date: Mon May 19 2025 - 16:04:00 EST
(CC a few more)
Hi Jihed,
On Sat, May 17, 2025 at 04:05:52AM +0200, Jihed Chaibi wrote:
> A small typo in the rockchip,rk3399 YAML document ;
> "less then" should become: "less than"
>
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@xxxxxxxxx>
The content is fine:
Acked-by: Brian Norris <briannorris@xxxxxxxxxxxx>
(Feel free to include that line in your patch for v2 submission,
assuming you don't make massive changes.)
But you might consider looking through 'git log
Documentation/devicetree/bindings/memory-controllers/' to see what kind
of commit subjects are used. You should probably title it:
dt-bindings: memory-controllers: rk3399-dmc: ...
Or something similar.
Since you suggested you're still learning the contribution process, I'd
suggest this as a good starter:
https://docs.kernel.org/devicetree/bindings/submitting-patches.html
and also its links out to other general documentation, like:
https://docs.kernel.org/process/submitting-patches.html
Regards,
Brian