linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: powerpc: unmark non-kernel-doc comments
@ 2021-03-25 20:08 Randy Dunlap
  2021-03-26  4:50 ` Daniel Axtens
  2021-03-31  1:09 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-25 20:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, linuxppc-dev

Drop the 'beginning of kernel-doc' notation markers (/**)
in places that are not in kernel-doc format.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
---
 tools/testing/selftests/powerpc/tm/tm-trap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20210323.orig/tools/testing/selftests/powerpc/tm/tm-trap.c
+++ linux-next-20210323/tools/testing/selftests/powerpc/tm/tm-trap.c
@@ -66,7 +66,7 @@ void trap_signal_handler(int signo, sigi
 	/* Get thread endianness: extract bit LE from MSR */
 	thread_endianness = MSR_LE & ucp->uc_mcontext.gp_regs[PT_MSR];
 
-	/***
+	/*
 	 * Little-Endian Machine
 	 */
 
@@ -126,7 +126,7 @@ void trap_signal_handler(int signo, sigi
 		}
 	}
 
-	/***
+	/*
 	 * Big-Endian Machine
 	 */
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-31  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 20:08 [PATCH] selftests: powerpc: unmark non-kernel-doc comments Randy Dunlap
2021-03-26  4:50 ` Daniel Axtens
2021-03-31  1:09 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).