From: Nigel Kukard Date: Wed, 30 Aug 2017 09:29:57 +0000 (+0000) Subject: bgpd: Cleaned up some comments X-Git-Tag: frr-4.0-dev~348^2~9 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ceead39c09a76b5e7b918b77ba9d5e8ae0ba1330;p=mirror%2Ffrr.git bgpd: Cleaned up some comments Signed-off-by: Nigel Kukard --- diff --git a/bgpd/bgp_clist.c b/bgpd/bgp_clist.c index ac7a09cde7..7104f17e5e 100644 --- a/bgpd/bgp_clist.c +++ b/bgpd/bgp_clist.c @@ -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++) {