x86/lib/msr: Clean up kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 11 Apr 2023 23:45:03 +0000 (16:45 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 6 Jun 2023 13:19:50 +0000 (15:19 +0200)
commitb26d3d054de18f2334e06985e508083b2f32a101
tree58e1c20c441b88073e8a3dc23c0e251d524bd3a3
parent454a348714954f7b626c027a90c3967278e3f93b
x86/lib/msr: Clean up kernel-doc notation

Convert x86/lib/msr.c comments to kernel-doc notation to
eliminate kernel-doc warnings:

  msr.c:30: warning: This comment starts with '/**', but isn't \
  a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
  ...

Fixes: 22085a66c2fa ("x86: Add another set of MSR accessor functions")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/oe-kbuild-all/202304120048.v4uqUq9Q-lkp@intel.com/
arch/x86/lib/msr.c