Re: powerpc/fadump: trivial fix of spelling mistake, clean up message

From: Michael Ellerman
Date: Sun Jun 26 2016 - 00:19:49 EST


On Fri, 2016-24-06 at 17:43:00 UTC, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> trivial fix to spelling mistake "rgistration" and minor clean up
> of the printk error message

Can you also:
- use pr_err()
- unsplit the message, ie. keep the string all on one line.

cheers