Re: [PATCH v2] x86: use pr_cont() in dump_pagetable()

From: Joe Perches
Date: Thu Aug 31 2017 - 14:52:07 EST


On Thu, 2017-08-31 at 01:30 -0600, Jan Beulich wrote:
> The lack of newlines in preceding format strings is a clear indication
> that these were meant to be continuations of one another, and indeed
> output ends up quite a bit more compact (and readable) that way.
>
> Switch other plain printk()-s in the function instances to pr_info(),
> as requested.

I think this is incorrect as the functions immediately
preceding this dump_pagetable emit at KERN_ALERT and
the pr_info("BAD") use pr_info incorrectly.

I believe the appropriate conversion is:
---