diff options
author | Eric Biggers <ebiggers@google.com> | 2025-03-10 10:20:16 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-03-21 17:33:38 +0800 |
commit | 7450ebd29cd9b9745f005f2609badacea15fbe30 (patch) | |
tree | ab9fffe125e88f5e396745ac2966230f0a247ab1 /tools/perf/scripts/python/stackcollapse.py | |
parent | ea3d35467ba474768013365ce5f2c6eb454fed3a (diff) |
crypto: scatterwalk - simplify map and unmap calling convention
Now that the address returned by scatterwalk_map() is always being
stored into the same struct scatter_walk that is passed in, make
scatterwalk_map() do so itself and return void.
Similarly, now that scatterwalk_unmap() is always being passed the
address field within a struct scatter_walk, make scatterwalk_unmap()
take a pointer to struct scatter_walk instead of the address directly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions