diff options
author | Tim Chen <[email protected]> | 2016-07-08 09:28:03 -0700 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2016-07-12 13:02:00 +0800 |
commit | eb9bc8e7afaa9f062105dad55ec1c0663d961bb3 (patch) | |
tree | ee3fdfcaa6e1dcbb0522bd8861ec26505c4d20b5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bd76ad4abfdccd26a9ac11214aa715e83bc8e808 (diff) |
crypto: sha-mb - Cleanup code to use || instead of |
for condition comparison and cleanup multiline comment style
In sha*_ctx_mgr_submit, we currently use the | operator instead of ||
((ctx->partial_block_buffer_length) | (len < SHA1_BLOCK_SIZE))
Switching it to || and remove extraneous paranthesis to
adhere to coding style.
Also cleanup inconsistent multiline comment style.
Signed-off-by: Tim Chen <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions