X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_xen%2Fvhost_monitor.c;h=a891c56771f57769501725f53c323738a4221eb4;hb=67b6d3039e9e;hp=64559937d32b454a8c94d71510ddec364d263e9f;hpb=176582b8a4868822b4e827a63af3db169fe03d4a;p=dpdk.git diff --git a/examples/vhost_xen/vhost_monitor.c b/examples/vhost_xen/vhost_monitor.c index 64559937d3..a891c56771 100644 --- a/examples/vhost_xen/vhost_monitor.c +++ b/examples/vhost_xen/vhost_monitor.c @@ -181,8 +181,8 @@ add_config_ll_entry(struct virtio_net_config_ll *new_ll_dev) ll_root = new_ll_dev; } else { /* increment through the ll until we find un unused device_id, - * insert the device at that entry - */ + * insert the device at that entry + */ while ((ll_dev->next != NULL) && (ll_dev->dev.device_fh == (ll_dev->next->dev.device_fh - 1))) ll_dev = ll_dev->next; @@ -590,5 +590,3 @@ init_virtio_xen(struct virtio_net_device_ops const *const ops) return -1; return 0; } - -