]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Cleaned up some comments
authorNigel Kukard <nkukard@lbsd.net>
Wed, 30 Aug 2017 09:29:57 +0000 (09:29 +0000)
committerNigel Kukard <nkukard@lbsd.net>
Thu, 31 Aug 2017 23:39:53 +0000 (23:39 +0000)
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
bgpd/bgp_clist.c

index ac7a09cde717ba63b84c93c7c5248cf9136d75f8..7104f17e5ebdeada7a438627d5769c733fc69f7f 100644 (file)
@@ -704,8 +704,7 @@ struct community *community_list_match_delete(struct community *com,
 
        /* Loop over each community value and evaluate each against the
         * community-list.  If we need to delete a community value add its index
-        * to
-        * com_index_to_delete.
+        * to com_index_to_delete.
         */
        for (i = 0; i < com->size; i++) {
                val = community_val_get(com, i);
@@ -906,8 +905,7 @@ struct lcommunity *lcommunity_list_match_delete(struct lcommunity *lcom,
 
        /* Loop over each lcommunity value and evaluate each against the
         * community-list.  If we need to delete a community value add its index
-        * to
-        * com_index_to_delete.
+        * to com_index_to_delete.
         */
        ptr = lcom->val;
        for (i = 0; i < lcom->size; i++) {