Linux PCI subsystem development
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Hannes Reinecke <hare@suse.de>
Cc: kbuild-all@01.org, Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	Hannes Reinecke <hare@suse.de>
Subject: [RFC PATCH] pci: pci_vpd_pci22_size can be static
Date: Fri, 23 Oct 2015 18:47:46 +0800	[thread overview]
Message-ID: <20151023104746.GA118189@lkp-hsx03> (raw)
In-Reply-To: <1445591396-95395-1-git-send-email-hare@suse.de>


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 access.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index 3a49b14..41d86f6 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -495,7 +495,7 @@ static int pci_vpd_f0_dev_check(struct pci_dev *dev)
  * @old_size:	current assumed size, also maximum allowed size
  *
  */
-size_t
+static size_t
 pci_vpd_pci22_size(struct pci_dev *dev, size_t old_size)
 {
 	loff_t off = 0;

  parent reply	other threads:[~2015-10-23 10:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  9:09 [PATCH] pci: Update VPD size with correct length Hannes Reinecke
2015-10-23 10:47 ` kbuild test robot
2015-10-23 10:47 ` kbuild test robot [this message]
2015-10-24  0:52 ` Alexander Duyck
2015-10-25  3:34   ` Hannes Reinecke
2015-11-25 17:17     ` Bjorn Helgaas
2015-11-25 18:01       ` Alexander Duyck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151023104746.GA118189@lkp-hsx03 \
    --to=lkp@intel.com \
    --cc=bhelgaas@google.com \
    --cc=hare@suse.de \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox