mbox series

[v2,0/2] Fixup changes to pci_epf_type_add_cfs()

Message ID 20230515074348.595704-1-dlemoal@kernel.org
Headers show
Series Fixup changes to pci_epf_type_add_cfs() | expand

Message

Damien Le Moal May 15, 2023, 7:43 a.m. UTC
A couple of patches to improve and document the changes to
pci_epf_type_add_cfs() done with patch
893f14fed7d3 ("PCI: endpoint: Move pci_epf_type_add_cfs() code").

Changes from v1:
 - Changed error from EINVAL to ENODEV in patch 1
 - Removed spurious line in kdoc comment in patch 2

Damien Le Moal (2):
  PCI: endpoint: Improve pci_epf_type_add_cfs()
  PCI: endpoint: Add kdoc description of pci_epf_type_add_cfs()

 drivers/pci/endpoint/pci-ep-cfs.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

Comments

Lorenzo Pieralisi May 29, 2023, 3:46 p.m. UTC | #1
On Mon, 15 May 2023 16:43:46 +0900, Damien Le Moal wrote:
> A couple of patches to improve and document the changes to
> pci_epf_type_add_cfs() done with patch
> 893f14fed7d3 ("PCI: endpoint: Move pci_epf_type_add_cfs() code").
> 
> Changes from v1:
>  - Changed error from EINVAL to ENODEV in patch 1
>  - Removed spurious line in kdoc comment in patch 2
> 
> [...]

Squashed second patch with the patch it was fixing and 
applied [1/2] to controller/endpoint, thanks!

[1/2] PCI: endpoint: Improve pci_epf_type_add_cfs()
      https://git.kernel.org/pci/pci/c/de22e068e9bb
	    //
Thanks,
Lorenzo