From fb5a1a2c0f2c6ee98d06297f96eaec93efcac412 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 8 Jun 2007 11:51:57 +0000 Subject: [PATCH] Minor changes to meet coding standard --- src/core/ipv4/ip_addr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/ipv4/ip_addr.c b/src/core/ipv4/ip_addr.c index 70be286d..00e593b4 100644 --- a/src/core/ipv4/ip_addr.c +++ b/src/core/ipv4/ip_addr.c @@ -41,14 +41,13 @@ const struct ip_addr ip_addr_any = { IP_ADDR_ANY_VALUE }; const struct ip_addr ip_addr_broadcast = { IP_ADDR_BROADCAST_VALUE }; -/* Determine if an address is a broadcast address on a network interface +/** + * Determine if an address is a broadcast address on a network interface * * @param addr address to be checked * @param netif the network interface against which the address is checked * @return returns non-zero if the address is a broadcast address - * */ - u8_t ip_addr_isbroadcast(struct ip_addr *addr, struct netif *netif) { u32_t addr2test;