Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vdpa: fix typos in the comments for __vdpa_alloc_device()

Fix two typos in the comments for __vdpa_alloc_device().

Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20200527060528.9100-1-jasowang@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Jason Wang and committed by
Michael S. Tsirkin
24eae8eb 48778464

+1 -1
+1 -1
drivers/vdpa/vdpa.c
··· 63 63 * @config: the bus operations that is supported by this device 64 64 * @size: size of the parent structure that contains private data 65 65 * 66 - * Drvier should use vdap_alloc_device() wrapper macro instead of 66 + * Driver should use vdpa_alloc_device() wrapper macro instead of 67 67 * using this directly. 68 68 * 69 69 * Returns an error when parent/config/dma_dev is not set or fail to get