Re: [PATCH v5 1/3] PCI: Make specifying PCI devices in kernel parameters reusable
From: Alex Williamson <hidden>
Date: 2018-07-06 22:34:04
Also in:
linux-pci, lkml
From: Alex Williamson <hidden>
Date: 2018-07-06 22:34:04
Also in:
linux-pci, lkml
On Wed, 27 Jun 2018 11:46:48 -0600 Logan Gunthorpe [off-list ref] wrote:
Separate out the code to match a PCI device with a string (typically originating from a kernel parameter) from the pci_specified_resource_alignment() function into its own helper function. While we are at it, this change fixes the kernel style of the function (fixing a number of long lines and extra parentheses). Additionally, make the analogous change to the kernel parameter documentation: Separating the description of how to specify a PCI device into it's own section at the head of the pci= parameter. This patch should have no functional alterations. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Bates <redacted> Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Williamson <redacted> -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html