From: Johannes Thumshirn <jthumshirn@suse.de>
To: kbuild test robot <fengguang.wu@intel.com>,
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: Re: [RFC PATCH scsi] aacraid: aac_release_resources() can be static
Date: Tue, 24 Nov 2015 13:51:10 +0100 [thread overview]
Message-ID: <1448369470.2877.31.camel@suse.de> (raw)
In-Reply-To: <20151110055906.GA116383@lkp-hsx03>
On Tue, 2015-11-10 at 13:59 +0800, kbuild test robot wrote:
> 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;
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-11-24 12:51 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 ` [RFC PATCH scsi] aacraid: aac_release_resources() can be static kbuild test robot
2015-11-24 12:51 ` Johannes Thumshirn [this message]
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=1448369470.2877.31.camel@suse.de \
--to=jthumshirn@suse.de \
--cc=JBottomley@Odin.com \
--cc=Karthikeya.Sunkesula@pmcs.com \
--cc=Mahesh.Rajashekhara@pmcs.com \
--cc=Murthy.Bhat@pmcs.com \
--cc=fengguang.wu@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.