]> Git Repo - linux.git/commitdiff
sfc: Remove unneeded semicolon
authorYang Li <[email protected]>
Wed, 16 Aug 2023 00:49:44 +0000 (08:49 +0800)
committerJakub Kicinski <[email protected]>
Fri, 18 Aug 2023 22:17:23 +0000 (15:17 -0700)
./drivers/net/ethernet/sfc/tc_conntrack.c:464:2-3: Unneeded semicolon

Signed-off-by: Yang Li <[email protected]>
Acked-by: Martin Habets <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
drivers/net/ethernet/sfc/tc_conntrack.c

index 54ed288543d03faf7836d6d7f9c213fc783c439f..8e06bfbcbea17cc5c3984d37a41725e61c895433 100644 (file)
@@ -461,7 +461,7 @@ static int efx_tc_flow_block(enum tc_setup_type type, void *type_data,
                return efx_tc_ct_stats(ct_zone, tcb);
        default:
                break;
-       };
+       }
 
        return -EOPNOTSUPP;
 }
This page took 0.063797 seconds and 4 git commands to generate.