projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e030f82
)
[CRYPTO] api: Remove one too many semicolon
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Fri, 17 Nov 2006 00:51:41 +0000
(11:51 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 19 Nov 2006 21:27:08 +0000
(08:27 +1100)
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>
include/linux/crypto.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/crypto.h
b/include/linux/crypto.h
index 8f2ffa4caabfa1c0a425e54fa0c0185eb0fddf3d..6485e9716b36abbc9e0998a95eb35d3b313d41ae 100644
(file)
--- a/
include/linux/crypto.h
+++ b/
include/linux/crypto.h
@@
-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)
{