summaryrefslogtreecommitdiff
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorRichard Hartmann <richih.mailinglist@gmail.com>2010-02-16 20:31:37 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-02-16 20:31:37 +0800
commit0e3f2b103d7971a3b583c27183fa8fa4b67e67ce (patch)
tree6738821107829b28cf9d3a0338100c95c1edc48e /crypto/cipher.c
parent0656b968ba82ffef1aea4edea4a4e9db4ef5512d (diff)
downloadlinux-crypto-0e3f2b103d7971a3b583c27183fa8fa4b67e67ce.tar.gz
linux-crypto-0e3f2b103d7971a3b583c27183fa8fa4b67e67ce.zip
crypto: cipher - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/cipher.c')
-rw-r--r--crypto/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cipher.c b/crypto/cipher.c
index 9a1a7316..39541e0e 100644
--- a/crypto/cipher.c
+++ b/crypto/cipher.c
@@ -8,7 +8,7 @@
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
+ * Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
*/