Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread kbuild test robot
Hi Janusz, [auto build test ERROR on net-next/master] [also build test ERROR on v4.4 next-20160112] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Janusz-Wolak/Openvswitch-datapath-c-Fixed-cod

Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread kbuild test robot
Hi Janusz, [auto build test ERROR on net-next/master] [also build test ERROR on v4.4 next-20160112] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Janusz-Wolak/Openvswitch-datapath-c-Fixed-cod

Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread pravin shelar
On Tue, Jan 12, 2016 at 1:55 PM, Janusz Wolak wrote: > Removed: block comments trailing without separate line, > missing blanks after decarations, comparasion to NULL, assignment in if > condition, not necessary spaces after a casts, multiple assignments, line > over 80 characters, alignment not m

[ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread Janusz Wolak
Removed: block comments trailing without separate line, missing blanks after decarations, comparasion to NULL, assignment in if condition, not necessary spaces after a casts, multiple assignments, line over 80 characters, alignment not matched to open parenthesis, kmalloc with multiplying instead k