From: David Miller <davem@davemloft.net>
To: lorenzo@google.com
Cc: netdev@vger.kernel.org, hannes@stressinduktion.org
Subject: Re: [PATCH] net: ipv6: Introduce ip6_sk_dst_hoplimit.
Date: Mon, 28 Apr 2014 14:46:25 -0400 (EDT) [thread overview]
Message-ID: <20140428.144625.195499058887458867.davem@davemloft.net> (raw)
In-Reply-To: <1398666518-7715-1-git-send-email-lorenzo@google.com>
From: Lorenzo Colitti <lorenzo@google.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.
prev parent reply other threads:[~2014-04-28 19:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-28 6:28 [PATCH] net: ipv6: Introduce ip6_sk_dst_hoplimit Lorenzo Colitti
2014-04-28 18:46 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140428.144625.195499058887458867.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=hannes@stressinduktion.org \
--cc=lorenzo@google.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).