summaryrefslogtreecommitdiff
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
commit04eb88b9e5767ca3c602846284e8e2f635c7a24f (patch)
tree03ac959dab9a1909f880ac849cb1936c91fccb2d /crypto/aead.c
parent123440e0f7f627e95560ed0549306dc0145c26b7 (diff)
downloadlinux-crypto-04eb88b9e5767ca3c602846284e8e2f635c7a24f.tar.gz
linux-crypto-04eb88b9e5767ca3c602846284e8e2f635c7a24f.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 '')
-rw-r--r--crypto/aead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/aead.c b/crypto/aead.c
index 0a55da70..6729e8ff 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.
*
*/