mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-21 17:32:09 +01:00
virtio: typo complaint
%s/v1.0 complaint/v1.0 compliant/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
199341908e
commit
b9af2d0809
@ -328,7 +328,7 @@ static int virtio_uclass_child_pre_probe(struct udevice *vdev)
|
||||
debug("(%s): legacy virtio device\n", vdev->name);
|
||||
uc_priv->features = driver_features_legacy & device_features;
|
||||
} else {
|
||||
debug("(%s): v1.0 complaint virtio device\n", vdev->name);
|
||||
debug("(%s): v1.0 compliant virtio device\n", vdev->name);
|
||||
uc_priv->features = driver_features & device_features;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user