Searched hist:aec06c7606be1635d82c16dda66282c2010bcd39 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_lease.c | diff aec06c7606be1635d82c16dda66282c2010bcd39 Sun Mar 25 20:01:32 CEST 2018 Arushi Singhal <arushisinghal19971997@gmail.com> gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entry
It's better to use list_entry instead of list_{next/prev}_entry as it makes the code more clear to read. This patch replace list_entry with list_{next/prev}_entry.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1522000893-5331-2-git-send-email-arushisinghal19971997@gmail.com
|