From: Randy Dunlap <rdunlap@infradead.org> Date: 2021-03-25 20:09:35
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(-)
@@ -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-EndianMachine*/
From: Daniel Axtens <hidden> Date: 2021-03-26 04:51:13
Randy Dunlap [off-list ref] writes:
Drop the 'beginning of kernel-doc' notation markers (/**)
in places that are not in kernel-doc format.
This looks good to me. Arguably we don't need the comments at all, but
it doesn't seem to hurt to keep them.
checkpatch is OK with the entire file, so there's nothing else we'd
really want to clean up while you're doing cleanups.
Reviewed-by: Daniel Axtens <redacted>
Kind regards,
Daniel
@@ -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-EndianMachine*/