KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
authorOliver Upton <oliver.upton@linux.dev>
Wed, 13 Sep 2023 16:56:44 +0000 (16:56 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 18 Sep 2023 17:08:21 +0000 (17:08 +0000)
commit7b424ffcd45821600312ed4c794c21f7805e79d4
tree9e76607193f4df873d3a3d57f22609f791d11e6f
parentce9ecca0238b140b88f43859b211c9fdfd8e5b70
KVM: arm64: Don't use kerneldoc comment for arm64_check_features()

A double-asterisk opening mark to the comment (i.e. '/**') indicates a
comment block is in the kerneldoc format. There's automation in place to
validate that kerneldoc blocks actually adhere to the formatting rules.

The function comment for arm64_check_features() isn't kerneldoc; use a
'regular' comment to silence automation warnings.

Link: https://lore.kernel.org/all/202309112251.e25LqfcK-lkp@intel.com/
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Link: https://lore.kernel.org/r/20230913165645.2319017-1-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/sys_regs.c