提交 ce9b1b09 编写于 作者: W Will Deacon

ARM: ptrace: fix style issue with hw_breakpoint interface

This patch fixes a trivial style issue in ptrace.c.
Signed-off-by: NWill Deacon <will.deacon@arm.com>
上级 3ce70b2e
...@@ -1060,8 +1060,8 @@ static int ptrace_sethbpregs(struct task_struct *tsk, long num, ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册