aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2018-06-30 15:16:14 -0700
committerHerbert Xu <[email protected]>2018-07-09 00:30:26 +0800
commit3f4a537a26a68600ed1439222fb5e5c3aa513c7a (patch)
tree6bbae2d8649c529c92a094f3f5db82216576cab0 /tools/perf/scripts/python/bin/stackcollapse-record
parentc87a405e3bacaae324bb05ee9a48aa9844688469 (diff)
crypto: aead - remove useless setting of type flags
Some aead algorithms set .cra_flags = CRYPTO_ALG_TYPE_AEAD. But this is redundant with the C structure type ('struct aead_alg'), and crypto_register_aead() already sets the type flag automatically, clearing any type flag that was already there. Apparently the useless assignment has just been copy+pasted around. So, remove the useless assignment from all the aead algorithms. This patch shouldn't change any actual behavior. Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions