Re: [PATCH] pcie: portdrv: Fix Unnecessary space before function pointer arguments

2018-12-06 Thread Benjamin Young
Thanks, I will do that next time :) On Thu, Dec 6, 2018 at 12:44 PM Bjorn Helgaas wrote: > > On Sat, Dec 01, 2018 at 08:07:11AM -0800, Benjamin Young wrote: > > Made spacing more consistent in the code for function pointer > > declarations based on checkpatch.pl > > > > Signed-off-by: Benjamin Yo

Re: [PATCH] pcie: portdrv: Fix Unnecessary space before function pointer arguments

2018-12-06 Thread Bjorn Helgaas
On Sat, Dec 01, 2018 at 08:07:11AM -0800, Benjamin Young wrote: > Made spacing more consistent in the code for function pointer > declarations based on checkpatch.pl > > Signed-off-by: Benjamin Young Applied to pci/misc for v4.21, thanks! I also made similar changes to include/linux/pci.h. For

[PATCH] pcie: portdrv: Fix Unnecessary space before function pointer arguments

2018-12-01 Thread Benjamin Young
Made spacing more consistent in the code for function pointer declarations based on checkpatch.pl Signed-off-by: Benjamin Young --- drivers/pci/pcie/portdrv.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/pci/pcie/portdrv.h b/drivers/pci/pcie/portdr