ARM: ptrace: fix style issue with hw_breakpoint interface
This patch fixes a trivial style issue in ptrace.c. Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
@@ -1060,8 +1060,8 @@ static int ptrace_sethbpregs(struct task_struct *tsk, long num,
|
|||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if ((gen_type & implied_type) != gen_type) {
|
if ((gen_type & implied_type) != gen_type) {
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
attr.bp_len = gen_len;
|
attr.bp_len = gen_len;
|
||||||
|
Reference in New Issue
Block a user