bus/vmbus: fix comment spelling
No code change here. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
672f4d127b
commit
3a185ff42e
@ -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;
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user