Commit a2bf91b5 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by David S. Miller

net/openvswitch/vport.c: Remove unecessary semicolon

Found by http://coccinelle.lip6.fr/Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4c835019
......@@ -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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment