Skip to content

Commit c289330

Browse files
committed
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>
1 parent c03b12a commit c289330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/openrisc/mm/ioremap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void iounmap(volatile void __iomem *addr)
104104
}
105105
EXPORT_SYMBOL(iounmap);
106106

107-
/**
107+
/*
108108
* OK, this one's a bit tricky... ioremap can get called before memory is
109109
* initialized (early serial console does this) and will want to alloc a page
110110
* for its mapping. No userspace pages will ever get allocated before memory

0 commit comments

Comments
 (0)