drm/amdgpu: fix documentation for amdgpu_gem_prime_export
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Sep 2019 19:18:10 +0000 (14:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:00 +0000 (09:11 -0500)
Drop extra function parameter.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c

index 61f108ec2b5c3c159a7efa517bb380665bc26d1d..4917b548b7f2d87efff68c234f62ad9991076f96 100644 (file)
@@ -321,7 +321,6 @@ const struct dma_buf_ops amdgpu_dmabuf_ops = {
 
 /**
  * amdgpu_gem_prime_export - &drm_driver.gem_prime_export implementation
- * @dev: DRM device
  * @gobj: GEM BO
  * @flags: Flags such as DRM_CLOEXEC and DRM_RDWR.
  *