浏览代码

[CRYPTO] api: Remove one too many semicolon

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>
Yoichi Yuasa 18 年之前
父节点
当前提交
610a5b742e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/crypto.h

+ 1 - 1
include/linux/crypto.h

@@ -245,7 +245,7 @@ int crypto_alg_available(const char *name, u32 flags)
 	__deprecated_for_modules;
 	__deprecated_for_modules;
 int crypto_has_alg(const char *name, u32 type, u32 mask);
 int crypto_has_alg(const char *name, u32 type, u32 mask);
 #else
 #else
-static int crypto_alg_available(const char *name, u32 flags);
+static int crypto_alg_available(const char *name, u32 flags)
 	__deprecated_for_modules;
 	__deprecated_for_modules;
 static inline int crypto_alg_available(const char *name, u32 flags)
 static inline int crypto_alg_available(const char *name, u32 flags)
 {
 {