commit | 659f313dcfb9eaf4de7d415fe9fd1856252444f5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 18 17:51:31 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 20 22:11:11 2015 +0800 |
tree | beec6d589f35fe78b15e198e52c5c2817c6eed33 | |
parent | 5ec908319ab53072d3a2188e62ed2e5d7b846951 [diff] |
crypto: caam - fix indentation of close braces The kernel's coding style suggests that closing braces for initialisers should not be aligned to the open brace column. The CodingStyle doc shows how this should be done. Remove the additional tab. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>