Netdev List
 help / color / mirror / Atom feed
* [PATCH] net: qed: Fix spelling typo in qed_dcbx.c comment
@ 2026-07-03 14:31 Praveen Rajendran
  2026-07-03 16:49 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Praveen Rajendran @ 2026-07-03 14:31 UTC (permalink / raw)
  To: andrew+netdev, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Praveen Rajendran

Correct a minor spelling error inside a comment block of the QLogic
Core module where "successfully" was misspelled as "successfuly".

Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
---
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/qlogic/qed/qed_dcbx.c b/drivers/net/ethernet/qlogic/qed/qed_dcbx.c
index 3a5c25026858..19c2b870feed 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_dcbx.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_dcbx.c
@@ -639,7 +639,7 @@ qed_dcbx_get_operational_params(struct qed_hwfn *p_hwfn,
 	flags = p_hwfn->p_dcbx_info->operational.flags;
 
 	/* If DCBx version is non zero, then negotiation
-	 * was successfuly performed
+	 * was successfully performed
 	 */
 	p_operational = &params->operational;
 	enabled = !!(QED_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) !=
-- 
2.50.1


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

end of thread, other threads:[~2026-07-03 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 14:31 [PATCH] net: qed: Fix spelling typo in qed_dcbx.c comment Praveen Rajendran
2026-07-03 16:49 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox