net/openvswitch/vport.c: Remove unecessary semicolon

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Peter Senna Tschudin 2012-09-18 07:10:44 +00:00 committed by David S. Miller
parent 4c835019a6
commit a2bf91b5b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}