[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161113095337.1ac19e42@samsung9>
Date: Sun, 13 Nov 2016 09:53:37 +0300
From: Stephen Hemminger <stephen@...workplumber.org>
To: Roman Mashak <mrv@...atatu.com>
Cc: netdev@...r.kernel.org, jhs@...atatu.com
Subject: Re: [PATCH iproute2 1/1] tc: print raw qdisc handle.
On Thu, 10 Nov 2016 10:06:32 -0500
Roman Mashak <mrv@...atatu.com> wrote:
> Resending patch after fixing indentation and spaces.
>
> Signed-off-by: Roman Mashak <mrv@...atatu.com>
> Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
iproute2 uses kernel coding style. This patch fails basic checkpatch.
WARNING: suspect code indent for conditional statements (8, 11)
#31: FILE: tc/tc_qdisc.c:241:
+ if (!show_raw) {
+ fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]),
total: 0 errors, 1 warnings, 15 lines checked
Powered by blists - more mailing lists