summaryrefslogtreecommitdiff
path: root/arch/alpha/boot/Makefile
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2020-05-15 10:50:59 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2020-05-19 22:31:32 +0100
commite19baf704a4b51be4888447dcd2e5f032a27fd9f (patch)
tree7f0f6f55930d735490a1177abd9e2f18ee60814b /arch/alpha/boot/Makefile
parent1138a5f63ad9c0a5e602d7b72e4803314953e9f9 (diff)
drm/gma500: 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: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20200515095118.2743122-20-emil.l.velikov@gmail.com
Diffstat (limited to 'arch/alpha/boot/Makefile')
0 files changed, 0 insertions, 0 deletions