OSDN Git Service

KVM: arm64: nvhe: Fix a non-kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 6 Nov 2021 03:25:29 +0000 (20:25 -0700)
committerMarc Zyngier <maz@kernel.org>
Mon, 8 Nov 2021 10:43:35 +0000 (10:43 +0000)
commitdeacd669e18a51cb2085450c56d851aef72b3256
tree7c880caaa9aec8af0ffbe5fa927c11e638e2fdf7
parent8bb084119f1acc2ec55ea085a97231e3ddb30782
KVM: arm64: nvhe: Fix a non-kernel-doc comment

Do not use kernel-doc "/**" notation when the comment is not in
kernel-doc format.

Fixes this docs build warning:

arch/arm64/kvm/hyp/nvhe/sys_regs.c:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Handler for protected VM restricted exceptions.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Fuad Tabba <tabba@google.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: kvmarm@lists.cs.columbia.edu
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211106032529.15057-1-rdunlap@infradead.org
arch/arm64/kvm/hyp/nvhe/sys_regs.c