[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AE90C24D6B3A694183C094C60CF0A2F6026B7477@saturn3.aculab.com>
Date: Tue, 10 Dec 2013 13:01:39 -0000
From: "David Laight" <David.Laight@...LAB.COM>
To: "Yang Yingliang" <yangyingliang@...wei.com>, <davem@...emloft.net>,
<netdev@...r.kernel.org>
Subject: RE: [PATCH net-next 6/6] net_sched: make macro be enclosed in parenthesis
> #define SKIP_NONLOCAL(skb) \
> +({ \
> if (unlikely(skb->sk == NULL)) { \
> *err = -1; \
> return; \
> - }
> + } \
> +})
That one should be lined up against the fence and shot :-)
--
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