From: David Lamparter Date: Tue, 3 Mar 2015 07:53:18 +0000 (+0100) Subject: *: remove stray extra semicolons X-Git-Tag: frr-2.0-rc1~755 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=010e1aa65ea39d9a533cb8438cd4bdc1c4562efa;p=mirror%2Ffrr.git *: remove stray extra semicolons Some places had extra semicolons where none belong. Remove them. Signed-off-by: David Lamparter (cherry picked from commit b7d5021bfa161f797cbfb1e92bf5b94327fb1b71) --- diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index 60f5f622d6..2a7b33d987 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -3839,7 +3839,7 @@ ALIAS (set_aspath_prepend, "Transform BGP AS_PATH attribute\n" "Prepend to the as-path\n" "Use the peer's AS-number\n" - "Number of times to insert"); + "Number of times to insert") DEFUN (no_set_aspath_prepend, no_set_aspath_prepend_cmd, diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index 770f62a961..f4e5ec5b89 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -48,7 +48,7 @@ struct bgp_node * @see bgp_node_to_rnode * @see bgp_node_from_rnode */ - ROUTE_NODE_FIELDS; + ROUTE_NODE_FIELDS struct bgp_adj_out *adj_out; diff --git a/isisd/isisd.c b/isisd/isisd.c index 6d2bb45cd9..c1f83e1d0e 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -1740,7 +1740,7 @@ ALIAS (area_passwd_md5, "Authentication\n" "SNP PDUs\n" "Send but do not check PDUs on receiving\n" - "Send and check PDUs on receiving\n"); + "Send and check PDUs on receiving\n") DEFUN (area_passwd_clear, area_passwd_clear_cmd, @@ -1798,7 +1798,7 @@ ALIAS (area_passwd_clear, "Authentication\n" "SNP PDUs\n" "Send but do not check PDUs on receiving\n" - "Send and check PDUs on receiving\n"); + "Send and check PDUs on receiving\n") DEFUN (no_area_passwd, no_area_passwd_cmd, @@ -1878,7 +1878,7 @@ ALIAS (domain_passwd_md5, "Authentication\n" "SNP PDUs\n" "Send but do not check PDUs on receiving\n" - "Send and check PDUs on receiving\n"); + "Send and check PDUs on receiving\n") DEFUN (domain_passwd_clear, domain_passwd_clear_cmd, @@ -1936,7 +1936,7 @@ ALIAS (domain_passwd_clear, "Authentication\n" "SNP PDUs\n" "Send but do not check PDUs on receiving\n" - "Send and check PDUs on receiving\n"); + "Send and check PDUs on receiving\n") DEFUN (no_domain_passwd, no_domain_passwd_cmd, diff --git a/lib/table.h b/lib/table.h index ab357a0745..ab7eb68ce1 100644 --- a/lib/table.h +++ b/lib/table.h @@ -92,7 +92,7 @@ struct route_table /* Each routing entry. */ struct route_node { - ROUTE_NODE_FIELDS; + ROUTE_NODE_FIELDS #define l_left link[0] #define l_right link[1]