mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-19 05:37:32 +07:00
[PATCH] m68k: indent sys_ptrace
This reformats and properly indents sys_ptrace (only whitespace changes). Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c3c433e4f3
commit
b3319f50ac
@ -230,8 +230,7 @@ asmlinkage int sys_ptrace(long request, long pid, long addr, long data)
|
|||||||
ret = 0;
|
ret = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (addr >= 21 && addr < 48)
|
if (addr >= 21 && addr < 48) {
|
||||||
{
|
|
||||||
#ifdef CONFIG_M68KFPU_EMU
|
#ifdef CONFIG_M68KFPU_EMU
|
||||||
/* Convert long double format
|
/* Convert long double format
|
||||||
* into internal fpu reg representation
|
* into internal fpu reg representation
|
||||||
|
Loading…
Reference in New Issue
Block a user