diff options
| author | 2020-05-15 10:51:03 +0100 | |
|---|---|---|
| committer | 2020-05-19 22:31:33 +0100 | |
| commit | c457b11afff24776e09441cc470fc661f8066ef6 (patch) | |
| tree | 6566ba5fcfa877d569af2e3c593701d086b5d52e /drivers/gpu/drm/omapdrm/omap_fb.c | |
| parent | drm/mediatek: remove _unlocked suffix in drm_gem_object_put_unlocked (diff) | |
| download | linux-dev-c457b11afff24776e09441cc470fc661f8066ef6.tar.xz linux-dev-c457b11afff24776e09441cc470fc661f8066ef6.zip | |
drm/mgag200: 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: Dave Airlie <airlied@redhat.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20200515095118.2743122-24-emil.l.velikov@gmail.com
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
0 files changed, 0 insertions, 0 deletions
