From: Simon Horman <simon.horman@corigine.com>
To: Deming Wang <wangdeming@inspur.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, aelior@marvell.com, manishc@marvell.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] qed: fix typo in comment
Date: Tue, 17 Jan 2023 16:36:19 +0100 [thread overview]
Message-ID: <Y8bAc8izdWt4dE1w@corigine.com> (raw)
In-Reply-To: <20230117100829.1785-1-wangdeming@inspur.com>
On Tue, Jan 17, 2023 at 05:08:29AM -0500, Deming Wang wrote:
> Replace "parital" with "partial".
>
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
> drivers/net/ethernet/qlogic/qed/qed_ll2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_ll2.c b/drivers/net/ethernet/qlogic/qed/qed_ll2.c
> index e5116a86cfbc..a6e5e6812897 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_ll2.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_ll2.c
> @@ -212,7 +212,7 @@ static void qed_ll2b_complete_rx_packet(void *cxt,
> skb_put(skb, data->length.packet_length);
> skb_checksum_none_assert(skb);
>
> - /* Get parital ethernet information instead of eth_type_trans(),
> + /* Get partial ethernet information instead of eth_type_trans(),
Perhaps also capitalise Ethernet as the line is being changed anyway.
> * Since we don't have an associated net_device.
> */
> skb_reset_mac_header(skb);
> --
> 2.27.0
>
prev parent reply other threads:[~2023-01-17 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-17 10:08 [PATCH] qed: fix typo in comment Deming Wang
2023-01-17 15:36 ` Simon Horman [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=Y8bAc8izdWt4dE1w@corigine.com \
--to=simon.horman@corigine.com \
--cc=aelior@marvell.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manishc@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=wangdeming@inspur.com \
/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