pgo: rectify comment to proper kernel-doc syntax
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 28 Jun 2021 05:59:47 +0000 (07:59 +0200)
committerKees Cook <keescook@chromium.org>
Tue, 29 Jun 2021 20:25:40 +0000 (13:25 -0700)
commita15058eaefffc37c31326b59fa08b267b2def603
tree6fed757c1d10b2ab625853606233dab0e68138f4
parent786997ff5b62d5b369708e01b1d70c9c70fff1da
pgo: rectify comment to proper kernel-doc syntax

The command ./scripts/kernel-doc -none kernel/pgo/pgo.h warns:

  kernel/pgo/pgo.h:112: warning: cannot understand function prototype: 'struct llvm_prf_value_node_data '

This is due to a slightly invalid use of kernel-doc syntax for the comment
of this struct, that must have probably just slipped through refactoring
and review before.

Rectify the comment to proper kernel-doc syntax.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210628055947.6948-1-lukas.bulwahn@gmail.com
kernel/pgo/pgo.h