Skip to content

Commit

Permalink
[CRYPTO] api: Remove one too many semicolon
Browse files Browse the repository at this point in the history
This patch has removed one too many semicolon in crypto.h.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Yoichi Yuasa authored and Herbert Xu committed Nov 19, 2006
1 parent e030f82 commit 610a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int crypto_alg_available(const char *name, u32 flags)
__deprecated_for_modules;
int crypto_has_alg(const char *name, u32 type, u32 mask);
#else
static int crypto_alg_available(const char *name, u32 flags);
static int crypto_alg_available(const char *name, u32 flags)
__deprecated_for_modules;
static inline int crypto_alg_available(const char *name, u32 flags)
{
Expand Down

0 comments on commit 610a5b7

Please sign in to comment.