From patchwork Sun Oct 23 16:32:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 9391143 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5F881607F0 for ; Sun, 23 Oct 2016 16:32:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 585E428AF4 for ; Sun, 23 Oct 2016 16:32:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C2EF28B57; Sun, 23 Oct 2016 16:32:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 38BD828AF4 for ; Sun, 23 Oct 2016 16:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756336AbcJWQcT (ORCPT ); Sun, 23 Oct 2016 12:32:19 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34111 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756102AbcJWQcS (ORCPT ); Sun, 23 Oct 2016 12:32:18 -0400 Received: by mail-pf0-f180.google.com with SMTP id r16so84043424pfg.1 for ; Sun, 23 Oct 2016 09:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version :content-transfer-encoding; bh=JVIo9JGcj748v+sEGKx7qzhHAST8nvjjqtjEw6niP94=; b=AznmRaWxfrN7nyk3h8B1XAjQ78GXTVB1nKh8tUIfU+cjlEJdtjfQm3XaNQ7BOX+9FI akTBmFiK9d1tUVHfTDItY6wiqn9i+pL6/mVPYT1WiLQqZJfGHpsreWR/78KzqNKQz1WC Z1r6puR6FlyUaWbZrD7SHEwCOtivdBSGdu4/i63HXFT15BXIUkLZ9kXoqvTZAY4Wipib zQZfqrGssPG9dmN44Ht9l5PqvFCScsGAtwprQRZ8EG00udSuLlAO4tWnOEasLKyC+eAF UIlT7g8Yok3uB4AbVxBz6cg3A8Z2tg0QA9YcUeEDz2h8GjxFhfil3l2/ZfhGeryahWyJ fpwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-transfer-encoding; bh=JVIo9JGcj748v+sEGKx7qzhHAST8nvjjqtjEw6niP94=; b=a9ikQPYoK7W3nbnmnxXAOgOa3wI1C6IISfdcbMUTqjuLnZxqZSdW+YlVSIcSqKgJSO tCD2MMKpnpjeTYjFQl96zr9GmfiJi4IEJJneC3Jci1YqhzTipVfqR/Al3hGslDMCQPhI SlV5qRf6mnMz/DzefLuMRQTFwaLeVGSG2+flCRapRuZu36rtPala13oNnYf7Ndm7+5qS 1f4UNLyr0oGDIN+vnMoZtrLTiqtmdiPQ6u6cf3HlLwlWlratxUFSzetrl8nj8GXjtkJL dxVVrBKaBKE0Cp64/qO5obmINno3aA9WHFRYgfSWTu0owuv8PFFYU/t9rG/+gGnkm4WS PgBA== X-Gm-Message-State: ABUngveSe9CpNUZjWnmQvAhTs59sIk3RASLsIDBaWHGPOoaMEjqwyX+qtOap6jEIOVlS6g== X-Received: by 10.98.155.152 with SMTP id e24mr20658063pfk.99.1477240338137; Sun, 23 Oct 2016 09:32:18 -0700 (PDT) Received: from xeon-e3 (static-50-53-69-251.bvtn.or.frontiernet.net. [50.53.69.251]) by smtp.gmail.com with ESMTPSA id t5sm18888532pfb.58.2016.10.23.09.32.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 23 Oct 2016 09:32:17 -0700 (PDT) Date: Sun, 23 Oct 2016 09:32:34 -0700 From: Stephen Hemminger To: bhelgaas@google.com, Thomas Gleixner Cc: linux-pci@vger.kernel.org Subject: [PATCH] doc: add missing parameter for msi_setup Message-ID: <20161023093234.41f2d1fb@xeon-e3> MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Stephen Hemminger 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 --- 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