linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: add missing parameter for msi_setup
@ 2016-10-23 16:32 Stephen Hemminger
  2016-10-26 20:07 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2016-10-23 16:32 UTC (permalink / raw)
  To: bhelgaas, Thomas Gleixner; +Cc: linux-pci

From: Stephen Hemminger <sthemmin@microsoft.com>

commit 92ca8d20dee2 ("genirq/msi: Switch to new irq spreading")
introduced new parameter to msi_init_setup and but did not update
docbook comments. Fixes 'make htmldocs' warning.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 drivers/pci/msi.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
index bfdd074..ad70507 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
@@ -610,6 +610,7 @@ static int msi_verify_entries(struct pci_dev *dev)
  * msi_capability_init - configure device's MSI capability structure
  * @dev: pointer to the pci_dev data structure of MSI device function
  * @nvec: number of interrupts to allocate
+ * @affinity: flag to indicate cpu irq affinity mask should be set
  *
  * Setup the MSI capability structure of the device with the requested
  * number of interrupts.  A return value of zero indicates the successful
@@ -752,6 +753,7 @@ static void msix_program_entries(struct pci_dev *dev,
  * @dev: pointer to the pci_dev data structure of MSI-X device function
  * @entries: pointer to an array of struct msix_entry entries
  * @nvec: number of @entries
+ * @affinity: flag to indicate cpu irq affinity mask should be set
  *
  * Setup the MSI-X capability structure of device function with a
  * single MSI-X irq. A return of zero indicates the successful setup of
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: add missing parameter for msi_setup
  2016-10-23 16:32 [PATCH] doc: add missing parameter for msi_setup Stephen Hemminger
@ 2016-10-26 20:07 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2016-10-26 20:07 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: bhelgaas, Thomas Gleixner, linux-pci

On Sun, Oct 23, 2016 at 09:32:34AM -0700, Stephen Hemminger wrote:
> From: Stephen Hemminger <sthemmin@microsoft.com>
> 
> commit 92ca8d20dee2 ("genirq/msi: Switch to new irq spreading")
> introduced new parameter to msi_init_setup and but did not update
> docbook comments. Fixes 'make htmldocs' warning.
> 
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>

Applied to pci/misc for v4.10, thanks, Stephen!

> ---
>  drivers/pci/msi.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
> index bfdd074..ad70507 100644
> --- a/drivers/pci/msi.c
> +++ b/drivers/pci/msi.c
> @@ -610,6 +610,7 @@ static int msi_verify_entries(struct pci_dev *dev)
>   * msi_capability_init - configure device's MSI capability structure
>   * @dev: pointer to the pci_dev data structure of MSI device function
>   * @nvec: number of interrupts to allocate
> + * @affinity: flag to indicate cpu irq affinity mask should be set
>   *
>   * Setup the MSI capability structure of the device with the requested
>   * number of interrupts.  A return value of zero indicates the successful
> @@ -752,6 +753,7 @@ static void msix_program_entries(struct pci_dev *dev,
>   * @dev: pointer to the pci_dev data structure of MSI-X device function
>   * @entries: pointer to an array of struct msix_entry entries
>   * @nvec: number of @entries
> + * @affinity: flag to indicate cpu irq affinity mask should be set
>   *
>   * Setup the MSI-X capability structure of device function with a
>   * single MSI-X irq. A return of zero indicates the successful setup of
> -- 
> 2.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-26 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 16:32 [PATCH] doc: add missing parameter for msi_setup Stephen Hemminger
2016-10-26 20:07 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).