Skip to content

Commit 60bda1b

Browse files
Edward Creekuba-moo
authored andcommitted
sfc: unfix not-a-typo in comment
Commit fe09560 ("net: Fix typos") removed duplicated word 'fallback', but this was not a typo and change altered the semantic meaning of the comment. Partially revert, using the phrase 'fallback of the fallback' to make the meaning more clear to future readers so that they won't try to change it again. Signed-off-by: Edward Cree <ecree.xilinx@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250731144138.2637949-1-edward.cree@amd.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 38358fa commit 60bda1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/ethernet/sfc/tc_encap_actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ static void efx_tc_update_encap(struct efx_nic *efx,
442442
rule = container_of(acts, struct efx_tc_flow_rule, acts);
443443
if (rule->fallback)
444444
fallback = rule->fallback;
445-
else /* fallback: deliver to PF */
445+
else /* fallback of the fallback: deliver to PF */
446446
fallback = &efx->tc->facts.pf;
447447
rc = efx_mae_update_rule(efx, fallback->fw_id,
448448
rule->fw_id);

0 commit comments

Comments
 (0)