16.12.2016, 20:35, "Joe Perches" <j...@perches.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