]> xenbits.xensource.com Git - people/pauldu/linux.git/commit
RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()
authorAnup Patel <apatel@ventanamicro.com>
Sun, 24 Dec 2023 08:34:02 +0000 (14:04 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 29 Dec 2023 07:01:58 +0000 (12:31 +0530)
commit4c460eb369514d53383a7c6ba1aefbca4914c68b
treeb6456f89e52b94871fb3e94c4f12399cd29a23fc
parent3975525e554559117bbf569239c8b41f2c2fa5cf
RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()

The indentation of "break" in kvm_riscv_vcpu_set_reg_csr() is
inconsistent hence let us fix it.

Fixes: c04913f2b54e ("RISCV: KVM: Add sstateen0 to ONE_REG")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312190719.kBuYl6oJ-lkp@intel.com/
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kvm/vcpu_onereg.c