diff options
| author | Emil Velikov <[email protected]> | 2020-05-15 09:51:10 +0000 |
|---|---|---|
| committer | Emil Velikov <[email protected]> | 2020-05-19 21:31:35 +0000 |
| commit | b430fe083ec7295dc988d3ce40c0cbfa6b03f117 (patch) | |
| tree | 307d20a1dcabd898dcfcb4db021df67e6f369090 /drivers/gpu/drm/tegra/gem.c | |
| parent | drm/radeon: remove _unlocked suffix in drm_gem_object_put_unlocked (diff) | |
| download | kernel-b430fe083ec7295dc988d3ce40c0cbfa6b03f117.tar.gz kernel-b430fe083ec7295dc988d3ce40c0cbfa6b03f117.zip | |
drm/rockchip: 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: Sandy Huang <[email protected]>
Cc: "Heiko Stübner" <[email protected]>
Cc: David Airlie <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Acked-by: Heiko Stuebner <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tegra/gem.c')
0 files changed, 0 insertions, 0 deletions
