]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: s5p-sss - Use consistent indentation for variables and members
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 27 May 2016 11:49:40 +0000 (13:49 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 May 2016 09:52:30 +0000 (17:52 +0800)
commitc71a60b032f04735c0f2053e645f1bb563cc6f89
tree678a20ebe1c0381a643cab7cf924ec6a713c4d6b
parentf98be2fddf12fea846ce7086d305323db94b6f56
crypto: s5p-sss - Use consistent indentation for variables and members

Bring some consistency by:
1. Replacing fixed-space indentation of structure members with just
   tabs.
2. Remove indentation in declaration of local variable between type and
   name.  Driver was mixing usage of such indentation and lack of it.
   When removing indentation, reorder variables in
   reversed-christmas-tree order with first variables being initialized
   ones.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/s5p-sss.c