mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 23:59:33 -04:00
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:
committed by
Paolo Abeni
parent
b470fde8f7
commit
832255a6df
@@ -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 = ¶ms->operational;
|
||||
enabled = !!(QED_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) !=
|
||||
|
||||
Reference in New Issue
Block a user