Re: [PATCH 0/3] PCI/portdrv: Squash into portdrv.c

From: Keith Busch
Date: Wed Oct 19 2022 - 16:44:44 EST


On Wed, Oct 19, 2022 at 03:41:24PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> The PCIe portdrv is split across portdrv_core.c and portdrv_pci.c, but
> neither is very big and it's a hassle to figure out which to look at.
>
> Squash them into a single portdrv.c file. Make functions static and
> non-exported when possible, and move some private things out of portdrv.h.

Looks like a nice cleanup.

Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>