Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrea Gelmini and committed by
Herbert Xu
026c8ec6 0efbaabd

+1 -1
+1 -1
arch/s390/crypto/crypto_des.h
··· 15 15 16 16 extern int crypto_des_check_key(const u8*, unsigned int, u32*); 17 17 18 - #endif //__CRYPTO_DES_H__ 18 + #endif /*__CRYPTO_DES_H__*/