aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aead.c
diff options
context:
space:
mode:
authorRichard Hartmann <richih.mailinglist@gmail.com>2010-02-16 20:24:07 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-02-16 20:24:07 +0800
commit3922538fe1625e6ddded56c08c290b3440846cfd (patch)
tree5e26252006c3285dfc711b81a97c539a0662171d /crypto/aead.c
parentcrypto: ablkcipher - Fix checkpatch errors (diff)
downloadlinux-dev-3922538fe1625e6ddded56c08c290b3440846cfd.tar.xz
linux-dev-3922538fe1625e6ddded56c08c290b3440846cfd.zip
crypto: aead - 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/aead.c')
-rw-r--r--crypto/aead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/aead.c b/crypto/aead.c
index 0a55da70845e..6729e8ff68e7 100644
--- a/crypto/aead.c
+++ b/crypto/aead.c
@@ -1,13 +1,13 @@
/*
* AEAD: Authenticated Encryption with Associated Data
- *
+ *
* This file provides API support for AEAD algorithms.
*
* Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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.
*
*/