Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293993
b: refs/heads/master
c: ff0a70f
h: refs/heads/master
i:
  293991: 5f2e3c6
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Mar 22, 2012
1 parent 27c7385 commit b43b503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 676a38046f4fba4e7418756c6f6fc25cf5976312
refs/heads/master: ff0a70fe053614e763eb3ac88bfea9c5615fce3b
4 changes: 2 additions & 2 deletions trunk/arch/x86/crypto/twofish_glue_3way.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int force;
module_param(force, int, 0);
MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");

int __init init(void)
static int __init init(void)
{
if (!force && is_blacklisted_cpu()) {
printk(KERN_INFO
Expand All @@ -681,7 +681,7 @@ int __init init(void)
return crypto_register_algs(tf_algs, ARRAY_SIZE(tf_algs));
}

void __exit fini(void)
static void __exit fini(void)
{
crypto_unregister_algs(tf_algs, ARRAY_SIZE(tf_algs));
}
Expand Down

0 comments on commit b43b503

Please sign in to comment.