]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/iomem_copy: fix kerneldoc format style
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 Oct 2024 07:14:29 +0000 (07:14 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 29 Oct 2024 07:14:29 +0000 (07:14 +0000)
commit5a8b4b4001252fd64f4f0756d4f8cdfd61eccb77
tree2d65e88332f3ae1d1f1af1b9ff1933122f790e30
parenta8cb1e92d29096b1fe58ef6fdcee699196eac1bd
lib/iomem_copy: fix kerneldoc format style

The newly added file did not quite get the punctuation right:

lib/iomem_copy.c:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410290907.0mDZVYPK-lkp@intel.com/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
lib/iomem_copy.c