Skip to content

Commit

Permalink
net/openvswitch/vport.c: Remove unecessary semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
petersenna authored and davem330 committed Sep 18, 2012
1 parent 4c83501 commit a2bf91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/openvswitch/vport.c
Expand Up @@ -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);
}

0 comments on commit a2bf91b

Please sign in to comment.