Skip to content

Commit 154c56d

Browse files
rddunlapRussell King (Oracle)
authored andcommitted
ARM: 9334/1: mm: init: remove misuse of kernel-doc comment
Change the "/**" beginning of comment to the common "/*" comment since the comment is not in kernel-doc format. This prevents a kernel-doc warning: arch/arm/mm/init.c:422: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * update_sections_early intended to be called only through stop_machine Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: linux-arm-kernel@lists.infradead.org Cc: patches@armlinux.org.uk Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
1 parent 6613476 commit 154c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mm/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ static void set_section_perms(struct section_perm *perms, int n, bool set,
418418

419419
}
420420

421-
/**
421+
/*
422422
* update_sections_early intended to be called only through stop_machine
423423
* framework and executed by only one CPU while all other CPUs will spin and
424424
* wait, so no locking is required in this function.

0 commit comments

Comments
 (0)