Make stub argument name correspond to type and other prototypes. https://virtuozzo.atlassian.net/browse/VSTOR-130116
Feature: !CONFIG_VE build Signed-off-by: Pavel Tikhomirov <[email protected]> Signed-off-by: Vladimir Riabchun <[email protected]> --- include/linux/ve_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ve_proto.h b/include/linux/ve_proto.h index e63ab8ed3c59..5c784257ad4a 100644 --- a/include/linux/ve_proto.h +++ b/include/linux/ve_proto.h @@ -77,7 +77,7 @@ extern int nr_threads_ve(struct ve_struct *ve); #else /* CONFIG_VE */ #include <linux/sched/stat.h> #define ve_hook_register(ch, vh) do { } while (0) -#define ve_hook_unregister(ve) do { } while (0) +#define ve_hook_unregister(vh) do { } while (0) static inline struct ve_struct *get_ve0(void) { -- 2.47.1 _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
