El jue, 18-01-2018 a las 16:25 -0500, David Miller escribió:
> From: Christopher Díaz Riveros
> Date: Wed, 17 Jan 2018 16:10:28 -0500
>
> > Trivial fix removes unneeded semicolons after if blocks.
> >
> > This issue was detected by using the Coccinelle software.
> >
> > Signed-off-by: Christoph
From: Christopher Díaz Riveros
Date: Wed, 17 Jan 2018 16:10:28 -0500
> Trivial fix removes unneeded semicolons after if blocks.
>
> This issue was detected by using the Coccinelle software.
>
> Signed-off-by: Christopher Díaz Riveros
Applied, thanks.
Trivial fix removes unneeded semicolons after if blocks.
This issue was detected by using the Coccinelle software.
Signed-off-by: Christopher Díaz Riveros
---
net/openvswitch/flow_netlink.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/openvswitch/flow_netlink.c b/