]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: remove stray extra semicolons
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:53:18 +0000 (08:53 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:25:14 +0000 (15:25 +0000)
Some places had extra semicolons where none belong.  Remove them.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit b7d5021bfa161f797cbfb1e92bf5b94327fb1b71)

bgpd/bgp_routemap.c
bgpd/bgp_table.h
isisd/isisd.c
lib/table.h

index 60f5f622d642eaf88a3acf9351147adf26bc10cd..2a7b33d987dcd28d82f81938426084fc289c11db 100644 (file)
@@ -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,
index 770f62a9614a630707a5a9068cd159deecd03810..f4e5ec5b89878ceab1271f4678e6b012b7236b20 100644 (file)
@@ -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;
 
index 6d2bb45cd95dafa7a85084e95d49d7e816a463f6..c1f83e1d0ea43637e165c3cc7f2aa3869044d6de 100644 (file)
@@ -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,
index ab357a074589f0a1d3c52440551bad5bf22ce691..ab7eb68ce1b03f658cfd403ca868a52ee773bec6 100644 (file)
@@ -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]