[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y8bAc8izdWt4dE1w@corigine.com>
Date: Tue, 17 Jan 2023 16:36:19 +0100
From: Simon Horman <simon.horman@...igine.com>
To: Deming Wang <wangdeming@...pur.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, aelior@...vell.com, manishc@...vell.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] qed: fix typo in comment
On Tue, Jan 17, 2023 at 05:08:29AM -0500, Deming Wang wrote:
> Replace "parital" with "partial".
>
> Signed-off-by: Deming Wang <wangdeming@...pur.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
>
Powered by blists - more mailing lists