]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 28 Jun 2016 07:23:06 +0000 (09:23 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 28 Jun 2016 08:06:41 +0000 (16:06 +0800)
commitc03eccee34ebafacfc5504ad0fe7adba45a81456
treed9bdfb25eb6688e043746b842f98e4fcaef78ee0
parent605b10e55a029eef992d5df8b1fe2160c4a7929b
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues

The recently added test_mb_ahash_speed() has clearly serious coding
style issues. Try to fix some of them:
1. Don't mix pr_err() and printk();
2. Don't wrap strings;
3. Properly align goto statement in if() block;
4. Align wrapped arguments on new line;
5. Don't wrap functions on first argument;

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c