vhost: remove extra semicolon
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 9 Sep 2015 05:34:33 +0000 (13:34 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 25 Sep 2015 12:50:46 +0000 (14:50 +0200)
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
lib/librte_vhost/vhost_rxtx.c

index 0d07338..d412293 100644 (file)
@@ -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 =