Skip to content

Commit

Permalink
crypto: des_s390 - Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Herbert Xu committed May 26, 2010
1 parent 0efbaab commit 026c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/crypto/crypto_des.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

extern int crypto_des_check_key(const u8*, unsigned int, u32*);

#endif //__CRYPTO_DES_H__
#endif /*__CRYPTO_DES_H__*/

0 comments on commit 026c8ec

Please sign in to comment.