Re: mtd: rawnand: r852: [PATCH] Fixed a spelling error in the comments

From: Miquel Raynal
Date: Wed Feb 19 2025 - 08:42:02 EST


Hello Terence,

On 19/02/2025 at 11:59:10 GMT, Terence Eden <terence.eden@xxxxxxxxxxx> wrote:

> Continuing the work of Commit #8ab1b51 /
> https://lore.kernel.org/linux-mtd/20240923065649.11966-1-shenlichuan@xxxxxxxx/
>
> This fixes a spelling error in the comments and removes an errant newline.
>
> Signed-off-by: Terence Eden <terence.eden@xxxxxxxxxxx>

I'm sorry but the formatting is still wrong:
- Your commit title should be "mtd: rawnand: r852: Fix a spelling error in the comments"
- I recommend you use git-format-patch or b4 to format your patches,
which will prefix [PATCH] automatically.
- You need to increase the version when you send an iteration, this is
v2, next will be v3 and this must be also done automatically by the
tools, the final result should look like "[PATCH vX]".
- When sending a new iteration you need to give a changelog, and do that
outside of the commit log, ie...

> ---

^^^
Below these '---'

Thanks,
Miquèl