[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1522000893-5331-1-git-send-email-arushisinghal19971997@gmail.com>
Date: Sun, 25 Mar 2018 23:31:31 +0530
From: Arushi Singhal <arushisinghal19971997@...il.com>
To: linux-kernel@...r.kernel.org
Cc: dri-devel@...ts.freedesktop.org, airlied@...ux.ie,
seanpaul@...omium.org, gustavo@...ovan.org,
daniel.vetter@...el.com, nouveau@...ts.freedesktop.org,
bskeggs@...hat.com,
Arushi Singhal <arushisinghal19971997@...il.com>
Subject: [PATCH v2 0/2] drm: Replace list_entry
Replace list_entry with list_{next/prev}_entry.
Arushi Singhal (2):
gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entry
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
drivers/gpu/drm/drm_lease.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
changes in v2
*All the maintainers are added.
*More accurate coccinelle script is used
for this patch than the one used in previous version.
2.7.4
Powered by blists - more mailing lists