Skip to content

Commit

Permalink
ARM: ptrace: fix style issue with hw_breakpoint interface
Browse files Browse the repository at this point in the history
This patch fixes a trivial style issue in ptrace.c.

Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Will Deacon committed Dec 6, 2010
1 parent 3ce70b2 commit ce9b1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@ static int ptrace_sethbpregs(struct task_struct *tsk, long num,
goto out;

if ((gen_type & implied_type) != gen_type) {
ret = -EINVAL;
goto out;
ret = -EINVAL;
goto out;
}

attr.bp_len = gen_len;
Expand Down

0 comments on commit ce9b1b0

Please sign in to comment.