diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2020-05-15 12:51:01 +0300 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2020-05-20 00:31:33 +0300 |
commit | 4ded85501c40534d2867eecea40d83cf76f05891 (patch) | |
tree | 45de6d3b7dad37b199be441de90a44db7279b0e4 /include/rdma/tid_rdma_defs.h | |
parent | 1b3cddceb8a14d4d21062a0547ce5289010cc995 (diff) | |
download | linux-4ded85501c40534d2867eecea40d83cf76f05891.tar.xz |
drm/lima: 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: Qiang Yu <yuq825@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-22-emil.l.velikov@gmail.com
Diffstat (limited to 'include/rdma/tid_rdma_defs.h')
0 files changed, 0 insertions, 0 deletions