mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 07:06:40 +08:00
selftests/powerpc: unmark non-kernel-doc comments
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> Reviewed-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210325200820.16594-1-rdunlap@infradead.org
This commit is contained in:
parent
e23ecdf9fd
commit
dfc4ae3372
@ -66,7 +66,7 @@ void trap_signal_handler(int signo, siginfo_t *si, void *uc)
|
||||
/* 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, siginfo_t *si, void *uc)
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
/*
|
||||
* Big-Endian Machine
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user