From: Will Deacon Date: Thu, 25 Nov 2010 12:59:31 +0000 (+0000) Subject: ARM: ptrace: fix style issue with hw_breakpoint interface X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ce9b1b09520789223f72a9fefd5f0e329f8d89d0;p=linux-beck.git ARM: ptrace: fix style issue with hw_breakpoint interface This patch fixes a trivial style issue in ptrace.c. Signed-off-by: Will Deacon --- diff --git a/arch/arm/kernel/ptrace.c b/arch/arm/kernel/ptrace.c index 3e97483abcf0..19c6816db61e 100644 --- a/arch/arm/kernel/ptrace.c +++ b/arch/arm/kernel/ptrace.c @@ -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;