[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <5466381481914723@web9h.yandex.ru>
Date: Fri, 16 Dec 2016 20:58:43 +0200
From: Ozgur Karatas <okaratas@...ber.fsf.org>
To: Joe Perches <joe@...ches.com>, David Miller <davem@...emloft.net>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH 1/1] tools: net: bpf_dbg.c fixed keyboard typo
16.12.2016, 20:35, "Joe Perches" <joe@...ches.com>:
> On Fri, 2016-12-16 at 20:21 +0200, Ozgur Karatas wrote:
>> This patch fixed to keyboard typo, brackets not closed.
>> I think, it should be close to parenthes.
>
> No.
>
> Please compile and test your patches on your own system
> before you send them.
Also, checkpatch script give a error, it should not forget.
$ ./scripts/checkpatch.pl --file --terse tools/net/bpf_dbg.c
tools/net/bpf_dbg.c:1216: ERROR: do not use assignment in if condition
After fix:
$ ./scripts/checkpatch.pl --file --terse tools/net/bpf_dbg.c
total: 0 errors, 6 warnings, 1395 lines checked
Regards,
~Ozgur
Powered by blists - more mailing lists