commit | aec06c7606be1635d82c16dda66282c2010bcd39 | [log] [tgz] |
---|---|---|
author | Arushi Singhal <arushisinghal19971997@gmail.com> | Sun Mar 25 23:31:32 2018 +0530 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Mar 26 10:38:06 2018 +0200 |
tree | ceef064e1d55aeb1079554515f69cc36103d52df | |
parent | 3ae7fb202d86b7847f237daa474f3946bdc3b0c6 [diff] |
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