diff options
| author | Emil Velikov <[email protected]> | 2020-05-15 10:51:16 +0100 |
|---|---|---|
| committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:36 +0100 |
| commit | b7140d4ee52c6d966cc266bf87733d0aabf74809 (patch) | |
| tree | b8cbe4f53f2457671cccb3a18d793a4be8a1e951 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | 969397eb9a0e9c6220d1653b0645f1655c7bfdad (diff) | |
drm/vkms: 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
v2:
- Rebase
Cc: Rodrigo Siqueira <[email protected]>
Cc: Haneen Mohammed <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]> (v1)
Reviewed-by: Daniel Vetter <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions