Re: [PATCH 0/3] Fixing checkpatch errors and warnings for PCI hotplug

2014-09-04 Thread Bjorn Helgaas
On Mon, Aug 04, 2014 at 08:59:23PM +0200, Quentin Lambert wrote: > Patch 1 and 2 fix checkpatch coding style warnings. > > Patch 3 fixes chechpatch errors due to assignement > in if conditions. > > > Quentin Lambert (3): > PCI hotplug: fix a missing space coding style issue > PCI hotplug: fi

[PATCH 0/3] Fixing checkpatch errors and warnings for PCI hotplug

2014-08-04 Thread Quentin Lambert
Patch 1 and 2 fix checkpatch coding style warnings. Patch 3 fixes chechpatch errors due to assignement in if conditions. Quentin Lambert (3): PCI hotplug: fix a missing space coding style issue PCI hotplug: fix a simple if coding style issue PCI hotplug: remove assignement from if conditio