diff options
| author | Joe Perches <[email protected]> | 2016-03-18 13:32:12 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 3733d3f997b468481e609d47fa35badd47d0bf06 (patch) | |
| tree | df5c0ae035f429d68f9e579cb2389a11f5acd1fa /tools/perf/scripts/python | |
| parent | 57d8dfed8586427880516536cf0abc3aa19cea78 (diff) | |
staging: skein: threefish_block: Use ror64
Use the inline instead of direct code to improve readability
and shorten the code a little.
Done with perl:
$ perl -p -i -e 's/\((\w+) \>\> (\d+)\) \| \(\1 \<\< \(64 \- \2\)\)/ror64(\1, \2)/g' drivers/staging/skein/threefish_block.c
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions