linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Mahesh Rajashekhara <Mahesh.Rajashekhara@pmcs.com>
Cc: kbuild-all@01.org, linux-scsi@vger.kernel.org,
	James Bottomley <JBottomley@Odin.com>,
	Tomas Henzl <thenzl@redhat.com>,
	Murthy Bhat <Murthy.Bhat@pmcs.com>,
	Karthikeya Sunkesula <Karthikeya.Sunkesula@pmcs.com>
Subject: [RFC PATCH scsi] aacraid: aac_release_resources() can be static
Date: Tue, 10 Nov 2015 13:59:06 +0800	[thread overview]
Message-ID: <20151110055906.GA116383@lkp-hsx03> (raw)
In-Reply-To: <201511101352.WifvAYu2%fengguang.wu@intel.com>


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

diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c
index 37375cf..7724583f 100644
--- a/drivers/scsi/aacraid/linit.c
+++ b/drivers/scsi/aacraid/linit.c
@@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
 }
 
 #if (defined(CONFIG_PM))
-void aac_release_resources(struct aac_dev *aac)
+static void aac_release_resources(struct aac_dev *aac)
 {
 	int i;
 

  reply	other threads:[~2015-11-10  6:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10  5:59 [scsi:misc 64/77] drivers/scsi/aacraid/linit.c:1321:6: sparse: symbol 'aac_release_resources' was not declared. Should it be static? kbuild test robot
2015-11-10  5:59 ` kbuild test robot [this message]
2015-11-24 12:51   ` [RFC PATCH scsi] aacraid: aac_release_resources() can be static Johannes Thumshirn
2015-11-24 12:57   ` Mahesh Rajashekhara

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=20151110055906.GA116383@lkp-hsx03 \
    --to=fengguang.wu@intel.com \
    --cc=JBottomley@Odin.com \
    --cc=Karthikeya.Sunkesula@pmcs.com \
    --cc=Mahesh.Rajashekhara@pmcs.com \
    --cc=Murthy.Bhat@pmcs.com \
    --cc=kbuild-all@01.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=thenzl@redhat.com \
    /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;
as well as URLs for NNTP newsgroup(s).