From: Yuanhan Liu Date: Wed, 9 Sep 2015 05:34:33 +0000 (+0800) Subject: vhost: remove extra semicolon X-Git-Tag: spdx-start~8474 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8426af8e574d282302ee82812cbb7bb1911657ed;p=dpdk.git vhost: remove extra semicolon Signed-off-by: Yuanhan Liu Acked-by: Changchun Ouyang Acked-by: Huawei Xie --- diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c index 0d07338188..d412293623 100644 --- a/lib/librte_vhost/vhost_rxtx.c +++ b/lib/librte_vhost/vhost_rxtx.c @@ -185,7 +185,7 @@ virtio_dev_rx(struct virtio_net *dev, uint16_t queue_id, } } len_to_cpy = RTE_MIN(data_len - offset, desc->len - vb_offset); - }; + } /* Update used ring with desc information */ vq->used->ring[res_cur_idx & (vq->size - 1)].id =