]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/i915_gem_gtt.c
drm/i915: Add missing description to parameter in alloc_pt_range
authorMichel Thierry <michel.thierry@intel.com>
Thu, 26 Feb 2015 11:28:13 +0000 (11:28 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Feb 2015 13:30:26 +0000 (14:30 +0100)
commit719cd21ceddb45b31394302cd9f2adc8b281e476
tree855478afe106bb01b56a13a488bd269fecda856f
parentbc4d91f699d8529682be34e9f61be87679982f9b
drm/i915: Add missing description to parameter in alloc_pt_range

The patch "drm/i915: Plumb drm_device through page tables operations"
added an extra parameter, but it didn't update the function description.
Also remove unnecessary blank line added by the same patch.

Found by kbuild test robot.

Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c