[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140428.144625.195499058887458867.davem@davemloft.net>
Date: Mon, 28 Apr 2014 14:46:25 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: lorenzo@...gle.com
Cc: netdev@...r.kernel.org, hannes@...essinduktion.org
Subject: Re: [PATCH] net: ipv6: Introduce ip6_sk_dst_hoplimit.
From: Lorenzo Colitti <lorenzo@...gle.com>
Date: Mon, 28 Apr 2014 15:28:38 +0900
> +static inline int ip6_sk_dst_hoplimit(struct ipv6_pinfo *np, struct flowi6 *fl6,
> + struct dst_entry *dst)
> +{
> + int hlimit;
> + if (ipv6_addr_is_multicast(&fl6->daddr))
> + hlimit = np->mcast_hops;
Please place an empty line between local variable declarations and actual
code.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists