From: Francois-Xavier Le Bail Date: Thu, 25 Aug 2016 12:57:05 +0000 (+0200) Subject: Remove unnecessary semicolons X-Git-Tag: tcpdump-4.9.0-bp~188 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b15c4c5093f780519ad1c298dda11542021df7e3 Remove unnecessary semicolons Using Coccinelle script semicolon.cocci --- diff --git a/print-lmp.c b/print-lmp.c index f7093374..1c7710c4 100644 --- a/print-lmp.c +++ b/print-lmp.c @@ -842,7 +842,7 @@ lmp_print(netdissect_options *ndo, default: hexdump = TRUE; - }; + } break; diff --git a/print-rx.c b/print-rx.c index 4b49601a..ea3a5e67 100644 --- a/print-rx.c +++ b/print-rx.c @@ -1924,7 +1924,7 @@ kauth_print(netdissect_options *ndo, bp += sizeof(struct rx_header) + 4; switch (kauth_op) { - case 1: /* Authenticate old */; + case 1: /* Authenticate old */ case 21: /* Authenticate */ case 22: /* Authenticate-V2 */ case 2: /* Change PW */