net: qed: Fix spelling typo in qed_dcbx.c comment

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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260703143130.3685-1-praveenrajendran2009@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
Praveen Rajendran
2026-07-03 20:01:30 +05:30
committed by Paolo Abeni
parent b470fde8f7
commit 832255a6df

View File

@@ -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) !=