提交 f7f84fde 编写于 作者: A Arvind Yadav 提交者: Greg Kroah-Hartman

binder: pr_err() strings should end with newlines

pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.
Signed-off-by: NArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 de7bbe3d
...@@ -2192,7 +2192,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc, ...@@ -2192,7 +2192,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
off_start, off_start,
offp - off_start); offp - off_start);
if (!parent) { if (!parent) {
pr_err("transaction release %d bad parent offset", pr_err("transaction release %d bad parent offset\n",
debug_id); debug_id);
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册