[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141222173554.349bb18c@urahara>
Date: Mon, 22 Dec 2014 17:35:54 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Vadim Kochan <vadim4j@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2] tc: Show classes in tree view
On Mon, 22 Dec 2014 17:51:58 +0200
Vadim Kochan <vadim4j@...il.com> wrote:
> + while (cls && cls->cls_parent) {
> + cls->cls_parent->cls_right = cls;
> + cls = cls->cls_parent;
> + }
> + while (cls && cls->cls_right)
> + {
Why the sudden shift of bracketing style?
--
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