diff options
| author | Emil Velikov <[email protected]> | 2020-05-15 10:51:14 +0100 |
|---|---|---|
| committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:36 +0100 |
| commit | a71a215a04e5dd82c302563ba3a8102d0b4683f5 (patch) | |
| tree | 95320464bfc14dcbe2345f9a2ffa9a43a7375948 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | f7a8cd30c8fa4a065d420a698a685672b1021572 (diff) | |
drm/vgem: 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: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Emil Velikov <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions