From: Peter Senna Tschudin Date: Tue, 18 Sep 2012 07:10:44 +0000 (+0000) Subject: net/openvswitch/vport.c: Remove unecessary semicolon X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2bf91b5b8de0be867d4ff3b2533c6449149098c;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git net/openvswitch/vport.c: Remove unecessary semicolon Found by http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c index 9055dd698c70..03779e8a2622 100644 --- a/net/openvswitch/vport.c +++ b/net/openvswitch/vport.c @@ -398,7 +398,7 @@ void ovs_vport_record_error(struct vport *vport, enum vport_err_type err_type) case VPORT_E_TX_ERROR: vport->err_stats.tx_errors++; break; - }; + } spin_unlock(&vport->stats_lock); }