Messages in this thread Patch in this message |  | | From | Bagas Sanjaya <> | Subject | [PATCH] riscv: kvm: copyright comment fix for vcpu_sbi.c | Date | Sun, 20 Mar 2022 15:18:10 +0700 |
| |
kernel test robot reports warning copyright comment warning for arch/riscv/kvm/vcpu_sbi.c. Since the comment isn't for kernel-doc consumption, fix the warning.
Fixes: dea8ee31a03927 ("RISC-V: KVM: Add SBI v0.1 support") Link: https://lore.kernel.org/linux-doc/202203130225.OBpOOQrW-lkp@intel.com/ Cc: Paul Walmsley <paul.walmsley@sifive.com> Cc: Palmer Dabbelt <palmer@dabbelt.com> Cc: Albert Ou <aou@eecs.berkeley.edu> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Anup Patel <anup.patel@wdc.com> Cc: Atish Patra <atish.patra@wdc.com> Cc: linux-riscv@lists.infradead.org Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- arch/riscv/kvm/vcpu_sbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/kvm/vcpu_sbi.c b/arch/riscv/kvm/vcpu_sbi.c index ebdcdbade9c652..2888cde02fddd0 100644 --- a/arch/riscv/kvm/vcpu_sbi.c +++ b/arch/riscv/kvm/vcpu_sbi.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: base-commit: dea8ee31a039277576c215fffa13957970246366 -- An old man doll... just what I always wanted! - Clara
|  |