Re: [PATCH v8 3/7] PCI: Make pcie_read_tlp_log() signature same
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2025-01-08 22:13:20
Also in:
linux-pci, lkml
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2025-01-08 22:13:20
Also in:
linux-pci, lkml
On Wed, Jan 08, 2025 at 03:40:11PM -0500, Yazen Ghannam wrote:
On Wed, Dec 18, 2024 at 04:37:43PM +0200, Ilpo Järvinen wrote:quoted
pcie_read_tlp_log()'s prototype and function signature diverged due to changes made while applying. Make the parameters of pcie_read_tlp_log() named identically. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com> Just wondering, could this be squashed into the previous patch? Or is the goal to be strict with one logical change per patch?
I haven't looked closely enough to opine on whether this should be squashed, but I generally do prefer one logical change per patch. It's much easier for me to squash things when merging than it is to untangle things that should be separate patches. Bjorn