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

2019-06-05 Thread Joe Perches
On Wed, 2019-06-05 at 11:41 +0300, Andy Shevchenko wrote: > On Sun, Jun 2, 2019 at 7:25 PM Emanuel Bennici > wrote: [] > > + debug("%s - call process_changeinstatus for" > > + "slot[%d]\n", __func__, i); > > Do not split string lit

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

2019-06-05 Thread Andy Shevchenko
On Sun, Jun 2, 2019 at 7:25 PM Emanuel Bennici wrote: > > Fix checkpatch.pl 'line over 80 characters' Warning in ibmphp_ebda.c and > ibmphp_hpc.c I'm not sure it's needed. And actually some of the changes are the regressions in order of readability ratio. > + debug(

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

2019-06-02 Thread Emanuel Bennici
Fix checkpatch.pl 'line over 80 characters' Warning in ibmphp_ebda.c and ibmphp_hpc.c Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_ebda.c | 7 +- drivers/pci/hotplug/ibmphp_hpc.c | 107 +++--- 2 files changed, 75 insertions(+), 39 deletions(-) diff --