浏览代码

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>
Will Deacon 14 年之前
父节点
当前提交
ce9b1b0952
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/arm/kernel/ptrace.c

+ 2 - 2
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;