From: Simon Horman <horms@kernel.org>
To: Janik Haag <janik@aq0.de>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH] net: liquidio: fix typo
Date: Thu, 6 Mar 2025 12:22:48 +0000 [thread overview]
Message-ID: <20250306122248.GA3666230@kernel.org> (raw)
In-Reply-To: <20250304181651.1123778-2-janik@aq0.de>
On Tue, Mar 04, 2025 at 07:16:52PM +0100, Janik Haag wrote:
> Dear Linux maintainers, this is my first patch, hope everything is
> correct.
>
> While reading through some pcie realted code I notice this small
> spelling mistake of doorbell registers.
> I added Dave in the TO field since they signed-off on by far the most
> commits touching this file.
>
> With kind regards,
> Janik Haag
>
> Signed-off-by: Janik Haag <janik@aq0.de>
> ---
> drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Hi Jainik,
Thanks for your patch.
It looks good, but I think we can make it better.
Firstly, it's normal practice to describe your patch in the patch
description, which is the bit above the scissors ("---") and add any notes
below. Something like this.
Subject: net: liquidio: fix typo
Correct spelling of doorbells.
Found by inspection
Signed-of-by: ...
---
Dear Linux Maintainers,
...
Secondly, as this is a non-bug-fix for Networking code it is for the
net-next tree. It is preferable to note that net-next is the target
tree in the subject, like this:
Subject: [PATCH net-next] net: liquidio: fix typo
Last, I do see that codespell flags some other spelling errors in
this file: "corressponding", "cant", and "Fomat".
Perhaps they can be fixed at the same time?
Could you consider posting a v2 patch, as a new thread, which
addresses the above? The subject should be something like this:
Subject: [PATCH net-next v2] net: liquidio: fix typo
As an aside, the b4 tool can be helpful for managing patch revisions.
More information on Netdev process can be found here;
https://docs.kernel.org/process/maintainer-netdev.html
...
--
pw-bot: changes-requested
next prev parent reply other threads:[~2025-03-06 12:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 18:16 [PATCH] net: liquidio: fix typo Janik Haag
2025-03-06 12:22 ` Simon Horman [this message]
2025-03-07 14:59 ` Janik Haag
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=20250306122248.GA3666230@kernel.org \
--to=horms@kernel.org \
--cc=davem@davemloft.net \
--cc=janik@aq0.de \
--cc=netdev@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.