Loading kernel/rcu/tree.c +2 −2 Original line number Diff line number Diff line Loading @@ -546,12 +546,12 @@ static int param_set_next_fqs_jiffies(const char *val, const struct kernel_param return ret; } static struct kernel_param_ops first_fqs_jiffies_ops = { static const struct kernel_param_ops first_fqs_jiffies_ops = { .set = param_set_first_fqs_jiffies, .get = param_get_ulong, }; static struct kernel_param_ops next_fqs_jiffies_ops = { static const struct kernel_param_ops next_fqs_jiffies_ops = { .set = param_set_next_fqs_jiffies, .get = param_get_ulong, }; Loading Loading
kernel/rcu/tree.c +2 −2 Original line number Diff line number Diff line Loading @@ -546,12 +546,12 @@ static int param_set_next_fqs_jiffies(const char *val, const struct kernel_param return ret; } static struct kernel_param_ops first_fqs_jiffies_ops = { static const struct kernel_param_ops first_fqs_jiffies_ops = { .set = param_set_first_fqs_jiffies, .get = param_get_ulong, }; static struct kernel_param_ops next_fqs_jiffies_ops = { static const struct kernel_param_ops next_fqs_jiffies_ops = { .set = param_set_next_fqs_jiffies, .get = param_get_ulong, }; Loading