summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2020-05-15 11:50:55 +0200
committerEmil Velikov <emil.l.velikov@gmail.com>2020-05-19 23:31:31 +0200
commit38e7abf7e91744bcbe9b3a6e86f3c11edc9f478c (patch)
tree57b2d5139a56b6b73e60fee079f78c598fc0b85f /drivers/gpu/drm/armada
parentdrm/amd: remove _unlocked suffix in drm_gem_object_put_unlocked (diff)
downloadlinux-38e7abf7e91744bcbe9b3a6e86f3c11edc9f478c.tar.xz
linux-38e7abf7e91744bcbe9b3a6e86f3c11edc9f478c.zip
drm/arm: remove _unlocked suffix in drm_gem_object_put_unlocked
Spelling out _unlocked for each and every driver is a annoying. Especially if we consider how many drivers, do not know (or need to) about the horror stories involving struct_mutex. Just drop the suffix. It makes the API cleaner. Done via the following script: __from=drm_gem_object_put_unlocked __to=drm_gem_object_put for __file in $(git grep --name-only $__from); do sed -i "s/$__from/$__to/g" $__file; done Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Brian Starkey <brian.starkey@arm.com> Cc: David Airlie <airlied@linux.ie> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20200515095118.2743122-16-emil.l.velikov@gmail.com
Diffstat (limited to 'drivers/gpu/drm/armada')
0 files changed, 0 insertions, 0 deletions