From: Stephen Hemminger <stephen@networkplumber.org>
To: Vadim Kochan <vadim4j@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 v2] tc: Show classes in tree view
Date: Mon, 22 Dec 2014 17:35:54 -0800 [thread overview]
Message-ID: <20141222173554.349bb18c@urahara> (raw)
In-Reply-To: <1419263518-14434-1-git-send-email-vadim4j@gmail.com>
On Mon, 22 Dec 2014 17:51:58 +0200
Vadim Kochan <vadim4j@gmail.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?
next prev parent reply other threads:[~2014-12-23 1:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-22 15:51 [PATCH iproute2 v2] tc: Show classes in tree view Vadim Kochan
2014-12-22 22:19 ` Vadim Kochan
2014-12-23 1:35 ` Stephen Hemminger [this message]
2014-12-23 7:10 ` Vadim Kochan
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=20141222173554.349bb18c@urahara \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=vadim4j@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.