Re: [PATCH] pci: hotplug: ibmphp: Fix 'line over 80 characters' Warning

From: Joe Perches
Date: Wed Jun 05 2019 - 05:05:10 EST


On Wed, 2019-06-05 at 11:41 +0300, Andy Shevchenko wrote:
> On Sun, Jun 2, 2019 at 7:25 PM Emanuel Bennici
> <benniciemanuel78@xxxxxxxxx> wrote:
[]
> > + debug("%s - call process_changeinstatus for"
> > + "slot[%d]\n", __func__, i);
>
> Do not split string literals like this.

Especially because it's common to miss the
space required between words when the
compiler coalesces the string fragments.

Like here.