crypto: caam - fix indentation of close braces
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Oct 2015 16:51:31 +0000 (17:51 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:11:11 +0000 (22:11 +0800)
commit659f313dcfb9eaf4de7d415fe9fd1856252444f5
treebeec6d589f35fe78b15e198e52c5c2817c6eed33
parent5ec908319ab53072d3a2188e62ed2e5d7b846951
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>
drivers/crypto/caam/caamhash.c