Skip to content

Commit

Permalink
openrisc: Remove kernel-doc marker from ioremap comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stffrdhrn committed Aug 21, 2023
1 parent c03b12a commit c289330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/openrisc/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void iounmap(volatile void __iomem *addr)
}
EXPORT_SYMBOL(iounmap);

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

0 comments on commit c289330

Please sign in to comment.