netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qed: fix typo in comment
@ 2023-01-17 10:08 Deming Wang
  2023-01-17 15:36 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2023-01-17 10:08 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, aelior, manishc
  Cc: netdev, linux-kernel, Deming Wang

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(),
 	 * Since we don't have an associated net_device.
 	 */
 	skb_reset_mac_header(skb);
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qed: fix typo in comment
  2023-01-17 10:08 [PATCH] qed: fix typo in comment Deming Wang
@ 2023-01-17 15:36 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-01-17 15:36 UTC (permalink / raw)
  To: Deming Wang
  Cc: davem, edumazet, kuba, pabeni, aelior, manishc, netdev, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-17 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17 10:08 [PATCH] qed: fix typo in comment Deming Wang
2023-01-17 15:36 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).