diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2010-03-10 18:24:46 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-03-10 18:24:46 +0800 |
commit | 269ab459da46ae37979a0d16307d1fcaa05600b2 (patch) | |
tree | 4ea1ea121e2fe2d47f362634f4ede0953328006f /crypto | |
parent | 64ba9926759792cf7b95f823402e2781edd1b5d4 (diff) |
crypto: internal - 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')
-rw-r--r-- | crypto/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h index 2d226362e594..d4384b08ab29 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -6,7 +6,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. * */ |