bus/vmbus: fix comment spelling

No code change here.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2020-04-30 12:08:48 -07:00 committed by Ferruh Yigit
parent 672f4d127b
commit 3a185ff42e
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ vmbus_uio_map_resource_by_index(struct rte_vmbus_device *dev, int idx,
dev->resource[idx].addr = mapaddr;
vmbus_map_addr = RTE_PTR_ADD(mapaddr, size);
/* Record result of sucessful mapping for use by secondary */
/* Record result of successful mapping for use by secondary */
maps[idx].addr = mapaddr;
maps[idx].size = size;

View File

@ -131,7 +131,7 @@ vmbus_probe_one_driver(struct rte_vmbus_driver *dr,
}
/*
* IF device class GUID mathces, call the probe function of
* If device class GUID matches, call the probe function of
* registere drivers for the vmbus device.
* Return -1 if initialization failed,
* and 1 if no driver found for this device.