From: Andrea Gelmini Date: Wed, 26 May 2010 00:41:03 +0000 (+1000) Subject: crypto: des_s390 - Checkpatch cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=026c8ec69d6077846ba8000b3301e8a62c702dc8;p=mv-sheeva.git crypto: des_s390 - Checkpatch cleanup arch/s390/crypto/crypto_des.h:18: ERROR: do not use C99 // comments Signed-off-by: Andrea Gelmini Signed-off-by: Herbert Xu --- diff --git a/arch/s390/crypto/crypto_des.h b/arch/s390/crypto/crypto_des.h index c964b64111d..6210457ceeb 100644 --- a/arch/s390/crypto/crypto_des.h +++ b/arch/s390/crypto/crypto_des.h @@ -15,4 +15,4 @@ extern int crypto_des_check_key(const u8*, unsigned int, u32*); -#endif //__CRYPTO_DES_H__ +#endif /*__CRYPTO_DES_H__*/