diff options
| author | Emil Velikov <[email protected]> | 2020-05-15 10:51:07 +0100 |
|---|---|---|
| committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:34 +0100 |
| commit | 496d0cc63f9c075e86f2b1cbdbc8c0e496731a16 (patch) | |
| tree | dac57ed7a3109a640ef29bb6dc3465cf28f4c92e /tools/perf/scripts/python/intel-pt-events.py | |
| parent | d742cdd613e6c1db54bbd35f4b8a96dfc0ca77d2 (diff) | |
drm/panfrost: 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: Rob Herring <[email protected]>
Cc: Tomeu Vizoso <[email protected]>
Cc: Steven Price <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Reviewed-by: Steven Price <[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