]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
crypto: caam - Fix the 'quoted string split across lines'
authorMarek Vasut <marex@denx.de>
Thu, 24 Apr 2014 18:05:22 +0000 (20:05 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 May 2014 13:58:11 +0000 (21:58 +0800)
commitda37503d37bb6ae72cca0b4d729c153f04b9f0cc
tree6c318f4158a425ab21a83f7bb415e7441c9ee815
parente397ee0f2242a5f316906e1ff05f8669791b4e2c
crypto: caam - Fix the 'quoted string split across lines'

Fix the checkpatch warnings that the strings were split across
multiple lines. Checkpatch now complains about lines over 80,
but this is better, since we can actually grep the source code
for these strings now.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Horia Geanta <horia.geanta@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/error.c