diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-25 20:41:03 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-05-25 20:41:03 -0400 |
commit | 026c8ec69d6077846ba8000b3301e8a62c702dc8 (patch) | |
tree | 018ed4700c082061c198cb6603145a7fe74cd1c9 /arch/s390 | |
parent | 0efbaabd1ec91476c020e96240d6ab858e9a4871 (diff) |
crypto: des_s390 - Checkpatch cleanup
arch/s390/crypto/crypto_des.h:18: ERROR: do not use C99 // comments
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/crypto/crypto_des.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/crypto/crypto_des.h b/arch/s390/crypto/crypto_des.h index c964b64111dd..6210457ceebb 100644 --- a/arch/s390/crypto/crypto_des.h +++ b/arch/s390/crypto/crypto_des.h | |||
@@ -15,4 +15,4 @@ | |||
15 | 15 | ||
16 | extern int crypto_des_check_key(const u8*, unsigned int, u32*); | 16 | extern int crypto_des_check_key(const u8*, unsigned int, u32*); |
17 | 17 | ||
18 | #endif //__CRYPTO_DES_H__ | 18 | #endif /*__CRYPTO_DES_H__*/ |