diff options
| author | Xianting Tian <[email protected]> | 2023-06-21 17:38:35 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2023-07-03 12:15:15 -0400 |
| commit | 9e396a2f434f829fb3b98a24bb8db5429320589d (patch) | |
| tree | 25813d275b3f750d9c756441ebdcb8d103d85bb3 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | f06cf1e1a503169280467d12d2ec89bf2c30ace7 (diff) | |
vhost: Make parameter name match of vhost_get_vq_desc()
The parameter name in the function declaration and definition
should be the same.
drivers/vhost/vhost.h,
int vhost_get_vq_desc(..., unsigned int iov_count,...);
drivers/vhost/vhost.c,
int vhost_get_vq_desc(..., unsigned int iov_size,...)
Signed-off-by: Xianting Tian <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions