mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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
1 changed files with 187 additions and 188 deletions
|
@ -230,8 +230,7 @@ asmlinkage int sys_ptrace(long request, long pid, long addr, long data)
|
|||
ret = 0;
|
||||
break;
|
||||
}
|
||||
if (addr >= 21 && addr < 48)
|
||||
{
|
||||
if (addr >= 21 && addr < 48) {
|
||||
#ifdef CONFIG_M68KFPU_EMU
|
||||
/* Convert long double format
|
||||
* into internal fpu reg representation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue