diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2012-09-18 03:10:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-18 16:08:19 -0400 |
commit | a2bf91b5b8de0be867d4ff3b2533c6449149098c (patch) | |
tree | ac45d2aeea8ef951632d3a240b5155fa676f17c9 /net/openvswitch | |
parent | 4c835019a6632b9800e23d9d281b2733ed0ecbb2 (diff) |
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>
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/vport.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
398 | case VPORT_E_TX_ERROR: | 398 | case VPORT_E_TX_ERROR: |
399 | vport->err_stats.tx_errors++; | 399 | vport->err_stats.tx_errors++; |
400 | break; | 400 | break; |
401 | }; | 401 | } |
402 | 402 | ||
403 | spin_unlock(&vport->stats_lock); | 403 | spin_unlock(&vport->stats_lock); |
404 | } | 404 | } |