diff options
Diffstat (limited to 'include/linux/moduleparam.h')
-rw-r--r-- | include/linux/moduleparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index a4f0b931846c..9bbca8e8c19f 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h | |||
@@ -192,7 +192,7 @@ extern int param_get_bool(char *buffer, struct kernel_param *kp); | |||
192 | 192 | ||
193 | extern int param_set_invbool(const char *val, struct kernel_param *kp); | 193 | extern int param_set_invbool(const char *val, struct kernel_param *kp); |
194 | extern int param_get_invbool(char *buffer, struct kernel_param *kp); | 194 | extern int param_get_invbool(char *buffer, struct kernel_param *kp); |
195 | #define param_check_invbool(name, p) __param_check(name, p, int) | 195 | #define param_check_invbool(name, p) __param_check(name, p, bool) |
196 | 196 | ||
197 | /* Comma-separated array: *nump is set to number they actually specified. */ | 197 | /* Comma-separated array: *nump is set to number they actually specified. */ |
198 | #define module_param_array_named(name, array, type, nump, perm) \ | 198 | #define module_param_array_named(name, array, type, nump, perm) \ |