diff options
Diffstat (limited to 'security/apparmor/lsm.c')
-rw-r--r-- | security/apparmor/lsm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index 37832026e58a..41ae0c6cb903 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c | |||
@@ -671,7 +671,7 @@ static struct security_operations apparmor_ops = { | |||
671 | 671 | ||
672 | static int param_set_aabool(const char *val, const struct kernel_param *kp); | 672 | static int param_set_aabool(const char *val, const struct kernel_param *kp); |
673 | static int param_get_aabool(char *buffer, const struct kernel_param *kp); | 673 | static int param_get_aabool(char *buffer, const struct kernel_param *kp); |
674 | #define param_check_aabool(name, p) __param_check(name, p, int) | 674 | #define param_check_aabool param_check_bool |
675 | static struct kernel_param_ops param_ops_aabool = { | 675 | static struct kernel_param_ops param_ops_aabool = { |
676 | .set = param_set_aabool, | 676 | .set = param_set_aabool, |
677 | .get = param_get_aabool | 677 | .get = param_get_aabool |
@@ -679,7 +679,7 @@ static struct kernel_param_ops param_ops_aabool = { | |||
679 | 679 | ||
680 | static int param_set_aauint(const char *val, const struct kernel_param *kp); | 680 | static int param_set_aauint(const char *val, const struct kernel_param *kp); |
681 | static int param_get_aauint(char *buffer, const struct kernel_param *kp); | 681 | static int param_get_aauint(char *buffer, const struct kernel_param *kp); |
682 | #define param_check_aauint(name, p) __param_check(name, p, int) | 682 | #define param_check_aauint param_check_uint |
683 | static struct kernel_param_ops param_ops_aauint = { | 683 | static struct kernel_param_ops param_ops_aauint = { |
684 | .set = param_set_aauint, | 684 | .set = param_set_aauint, |
685 | .get = param_get_aauint | 685 | .get = param_get_aauint |
@@ -687,7 +687,7 @@ static struct kernel_param_ops param_ops_aauint = { | |||
687 | 687 | ||
688 | static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp); | 688 | static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp); |
689 | static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp); | 689 | static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp); |
690 | #define param_check_aalockpolicy(name, p) __param_check(name, p, int) | 690 | #define param_check_aalockpolicy param_check_bool |
691 | static struct kernel_param_ops param_ops_aalockpolicy = { | 691 | static struct kernel_param_ops param_ops_aalockpolicy = { |
692 | .set = param_set_aalockpolicy, | 692 | .set = param_set_aalockpolicy, |
693 | .get = param_get_aalockpolicy | 693 | .get = param_get_aalockpolicy |