openrisc: Remove kernel-doc marker from ioremap comment
authorStafford Horne <shorne@gmail.com>
Mon, 21 Aug 2023 05:26:25 +0000 (06:26 +0100)
committerStafford Horne <shorne@gmail.com>
Mon, 21 Aug 2023 07:15:25 +0000 (08:15 +0100)
commitc289330331eb93bc6a3c68b9119ccd7d4285a4a2
treed97c342a8b71eba51e99d8874d350404e44b58dc
parentc03b12a68f4a9c91e563c909b25bd28b8f1b9414
openrisc: Remove kernel-doc marker from ioremap comment

Replace the kernel-doc marker (/**) with a regular comment to fix the
warning:

  arch/openrisc/mm/ioremap.c:108: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/mm/ioremap.c