All of lore.kernel.org
 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

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 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.