[PATCH 13/15] iio: sx9310: Add newlines to printks

2020-07-28 Thread Daniel Campello
From: Stephen Boyd Printks in the kernel have newlines at the end. Add them to the few printks in this driver. Reviewed-by: Daniel Campello Reviewed-by: Douglas Anderson Fixes: 72ad02b15d63 ("iio: Add SEMTECH SX9310/9311 sensor driver") Signed-off-by: Stephen Boyd Signed-off-by: Daniel Campel

Re: [PATCH 13/15] iio: sx9310: Add newlines to printks

2020-07-28 Thread Andy Shevchenko
On Tue, Jul 28, 2020 at 6:14 PM Daniel Campello wrote: > > From: Stephen Boyd > > Printks in the kernel have newlines at the end. Add them to the few Printk()s > printks in this driver. printk()s > Reviewed-by: Daniel Campello > Reviewed-by: Douglas Anderson > Fixes: 72ad02b15d63 ("iio: Add

Re: [PATCH 13/15] iio: sx9310: Add newlines to printks

2020-07-28 Thread Joe Perches
On Tue, 2020-07-28 at 21:19 +0300, Andy Shevchenko wrote: > On Tue, Jul 28, 2020 at 6:14 PM Daniel Campello wrote: > > From: Stephen Boyd > > > > Printks in the kernel have newlines at the end. Add them to the few > > Printk()s > > > printks in this driver. > > printk()s Random kernel pedant

Re: [PATCH 13/15] iio: sx9310: Add newlines to printks

2020-07-28 Thread Andy Shevchenko
On Tue, Jul 28, 2020 at 9:24 PM Joe Perches wrote: > On Tue, 2020-07-28 at 21:19 +0300, Andy Shevchenko wrote: > > On Tue, Jul 28, 2020 at 6:14 PM Daniel Campello > > wrote: > > > From: Stephen Boyd > > > > > > Printks in the kernel have newlines at the end. Add them to the few > > > > Printk()