powerpc/pseries: PLPKS: undo kernel-doc comment notation
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 10 Aug 2023 00:07:40 +0000 (17:07 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Aug 2023 11:54:04 +0000 (21:54 +1000)
commit506e550a7da9e995bea3bd585db591068f98b2bf
treed2aad341c7963fbae6941d8868c95abea2291f38
parent4a9dd8f292efd614f0a18452e6474fe19ae17b47
powerpc/pseries: PLPKS: undo kernel-doc comment notation

Don't use kernel-doc "/**" comment format for non-kernel-doc comments.
This prevents a kernel-doc warning:

  arch/powerpc/platforms/pseries/plpks.c:186: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
  * Label is combination of label attributes + name.

Fixes: 2454a7af0f2a ("powerpc/pseries: define driver for Platform KeyStore")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Link: lore.kernel.org/r/202308040430.GxmPAnwZ-lkp@intel.com
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230810000740.23756-1-rdunlap@infradead.org
arch/powerpc/platforms/pseries/plpks.c