diff options
| author | Nikola Jelic <[email protected]> | 2017-05-28 00:14:11 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-06-03 17:32:41 +0900 |
| commit | d0b112ac2ae3738a9f1a86f97dc5fbd23be7e123 (patch) | |
| tree | c0f9715ad9b9c9678298ac4a3da2f67eadecf6b4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | e4e5f9c6c7fc76daa8f6118ce2c4f822b366ed21 (diff) | |
staging: lustre: in-place endianness functions
lib-move.c file has a lot of expressions in the form of:
v = le[32|64]_to_cpu(v);
This caused a lot of sparse warnings.
Replaced with:
le[32|64]_to_cpus(&v);
Signed-off-by: Nikola Jelic <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions