commit | 21afcacb0348edf8f5d4e6115b5eb0b58f9a049b | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Jun 17 16:36:36 2020 +0200 |
committer | Rich Felker <dalias@libc.org> | Fri Aug 14 22:05:09 2020 -0400 |
tree | 2a2295645b2f31ef6068f6ece51afd8a5d4dd74e | |
parent | 0632a6d8c6809d71f535232a01374458164182ae [diff] |
sh: process: Fix broken lines in register dumps Rejoin the broken lines by using pr_cont(). Convert the remaining printk() calls to pr_*() while at it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Rich Felker <dalias@libc.org>