]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style
authorRoy Marples <roy@marples.name>
Sat, 28 Feb 2015 17:26:52 +0000 (17:26 +0000)
committerRoy Marples <roy@marples.name>
Sat, 28 Feb 2015 17:26:52 +0000 (17:26 +0000)
ipv6.c

diff --git a/ipv6.c b/ipv6.c
index 261097ba531fd3e5444d770ee52da83e12b3011d..4503ffed0224c36b847c86527d31c74f3ff8db8a 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -85,7 +85,7 @@
 
 #ifdef IPV6_POLLADDRFLAG
 #  warning kernel does not report IPv6 address flag changes
-#  warning polling tentative address flags periodically instead
+#  warning polling tentative address flags periodically
 #endif
 
 #ifdef __linux__
@@ -1875,7 +1875,7 @@ make_route(const struct interface *ifp, const struct ra *rap)
 }
 
 static struct rt6 *
-make_prefix(const struct interface * ifp, const struct ra *rap,
+make_prefix(const struct interface *ifp, const struct ra *rap,
     const struct ipv6_addr *addr)
 {
        struct rt6 *r;