On Fri, 2016-24-06 at 17:43:00 UTC, Colin King wrote: > From: Colin Ian King <colin.king at canonical.com> > > 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