Skip to content
Snippets Groups Projects
Commit a2bf91b5 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by David S. Miller
Browse files

net/openvswitch/vport.c: Remove unecessary semicolon

parent 4c835019
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment