riscv: add missing newlines to printk messages
Add missing newline characters to printk messages. Also replace two pr_warning with the shorter pr_warn, and fix up the tense of one error message while at it. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:

committed by
Palmer Dabbelt

parent
41fb9d54f1
commit
7265d10390
@@ -106,7 +106,7 @@ static void print_isa(struct seq_file *f, const char *orig_isa)
|
||||
* a bit of info describing what went wrong.
|
||||
*/
|
||||
if (isa[0] != '\0')
|
||||
pr_info("unsupported ISA \"%s\" in device tree", orig_isa);
|
||||
pr_info("unsupported ISA \"%s\" in device tree\n", orig_isa);
|
||||
}
|
||||
|
||||
static void print_mmu(struct seq_file *f, const char *mmu_type)
|
||||
|
Reference in New Issue
Block a user