]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove an unnecessary semicolon
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 21 Oct 2023 11:41:41 +0000 (13:41 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 21 Oct 2023 11:53:05 +0000 (13:53 +0200)
Using Coccinelle script semicolon.cocci

(cherry picked from commit 599e8a85fe86fb73ec74185dc10dc14b100c58aa)

[skip ci]

print-openflow-1.3.c

index 8008c2f38ccb4d8746189957e13086abbd5d5c33..eb66fd9f493b18510138e65b03ef18e7e1960069 100644 (file)
@@ -676,7 +676,7 @@ of13_port_print(netdissect_options *ndo,
        cp += 4;
        /* state */
        ND_PRINT("\n\t   state 0x%08x", GET_BE_U_4(cp));
-       of_bitmap_print(ndo, ofpps_bm, GET_BE_U_4(cp), OFPPS_U);;
+       of_bitmap_print(ndo, ofpps_bm, GET_BE_U_4(cp), OFPPS_U);
        cp += 4;
        /* curr */
        ND_PRINT("\n\t   curr 0x%08x", GET_BE_U_4(cp));