On Tue, Jun 23, 2015 at 09:30:15AM -0700, Scott Feldman wrote: > On Tue, Jun 23, 2015 at 8:51 AM, Andy Gospodarek > <go...@cumulusnetworks.com> wrote: > > This feature is only enabled with the new per-interface or ipv4 global > > sysctls called 'ignore_routes_with_linkdown'. > > [cut] > > checkpatch.pl says: > > WARNING: suspect code indent for conditional statements (16, 20) > #293: FILE: net/ipv4/fib_semantics.c:1047: > + if (fi->fib_nh->nh_flags & RTNH_F_LINKDOWN) { > + in_dev = __in_dev_get_rcu(fi->fib_nh->nh_dev);
Good catch, Scott. I saw this one, but mistakenly looked at the lines around it and thought I was following the style in the file. v7 coming soon. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html