Re: [ovs-dev] [PATCH] netdev-linux: Fix indentation.

2021-02-19 Thread Ilya Maximets
On 2/16/21 11:47 PM, William Tu wrote: > Remove one extra space. No actual code logic changed. > > Fixes: 2109841b79845 ("Use batch process recv for tap and raw socket in > netdev datapath") > Signed-off-by: William Tu > --- > lib/netdev-linux.c | 28 ++-- > 1 file chang

[ovs-dev] [PATCH] netdev-linux: Fix indentation.

2021-02-16 Thread William Tu
Remove one extra space. No actual code logic changed. Fixes: 2109841b79845 ("Use batch process recv for tap and raw socket in netdev datapath") Signed-off-by: William Tu --- lib/netdev-linux.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib