]> Git Repo - linux.git/commitdiff
KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const
authorJoe Perches <[email protected]>
Sun, 4 Oct 2020 00:18:06 +0000 (17:18 -0700)
committerPaolo Bonzini <[email protected]>
Wed, 21 Oct 2020 21:48:51 +0000 (17:48 -0400)
This should be const, so make it so.

Signed-off-by: Joe Perches <[email protected]>
Message-Id: <d130e88dd4c82a12d979da747cc0365c72c3ba15.1601770305[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/powerpc/kvm/book3s_hv.c

index 490a0f6a72855753d13b99f664214106c4011330..52d85c2d4970363bca2e2542cea9f41122dab749 100644 (file)
@@ -111,7 +111,7 @@ module_param(one_vm_per_core, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires indep_threads_mode=N)");
 
 #ifdef CONFIG_KVM_XICS
-static struct kernel_param_ops module_param_ops = {
+static const struct kernel_param_ops module_param_ops = {
        .set = param_set_int,
        .get = param_get_int,
 };
This page took 0.065644 seconds and 4 git commands to generate.