public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Vadim Kochan <vadim4j@gmail•com>
To: Stephen Hemminger <stephen@networkplumber•org>
Cc: Vadim Kochan <vadim4j@gmail•com>, netdev@vger•kernel.org
Subject: Re: [PATCH iproute2 v2] tc: Show classes in tree view
Date: Tue, 23 Dec 2014 09:10:41 +0200	[thread overview]
Message-ID: <20141223071041.GA25809@angus-think.lan> (raw)
In-Reply-To: <20141222173554.349bb18c@urahara>

On Mon, Dec 22, 2014 at 05:35:54PM -0800, Stephen Hemminger wrote:
> 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?
Oh no, it happened, in company where I work they uses different style, sorry ...

Thanks,

      reply	other threads:[~2014-12-23  7:20 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
2014-12-23  7:10   ` Vadim Kochan [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=20141223071041.GA25809@angus-think.lan \
    --to=vadim4j@gmail$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=stephen@networkplumber$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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