]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Rename prev_node to hole in drm_mm_scan_add_block()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 22 Dec 2016 08:36:30 +0000 (08:36 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Dec 2016 10:49:22 +0000 (11:49 +0100)
commit7d33960d47bf1bc54287f9b5eb99f0c0a229b948
tree82f4383e05456d1c71cb81ec703a3a021030bfc2
parent538cf59c3f6b5b5c3c3003552cdbfecdaedaa57c
drm: Rename prev_node to hole in drm_mm_scan_add_block()

Acknowledging that we were building up the hole was more useful to me
when reading the code, than knowing the relationship between this node
and the previous node.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161222083641.2691-28-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_mm.c