diff options
| author | Emil Velikov <[email protected]> | 2020-05-15 10:51:09 +0100 |
|---|---|---|
| committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:34 +0100 |
| commit | f11fb66ae921935a6eddfcfaf9e45d363cd7ea7c (patch) | |
| tree | acbf4421b6698d14a3219165ecdd9b71074e8569 /tools/perf/scripts/python/sched-migration.py | |
| parent | 9c86fb18ad9d3587e5112f096f0d0ec3cbf43a65 (diff) | |
drm/radeon: 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: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "David (ChunMing) Zhou" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions