From patchwork Tue Nov 24 12:57:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mahesh Rajashekhara X-Patchwork-Id: 7690251 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 80983BF90C for ; Tue, 24 Nov 2015 12:57:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9988A20523 for ; Tue, 24 Nov 2015 12:57:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2D6120513 for ; Tue, 24 Nov 2015 12:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753447AbbKXM5E (ORCPT ); Tue, 24 Nov 2015 07:57:04 -0500 Received: from bby1mta02.pmc-sierra.com ([216.241.235.117]:40477 "EHLO bby1mta02.pmc-sierra.bc.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753270AbbKXM5D convert rfc822-to-8bit (ORCPT ); Tue, 24 Nov 2015 07:57:03 -0500 Received: from bby1mta02.pmc-sierra.bc.ca (localhost.pmc-sierra.bc.ca [127.0.0.1]) by localhost (Postfix) with SMTP id 8E1388E042A; Tue, 24 Nov 2015 04:57:02 -0800 (PST) Received: from smtp.pmcs.com (bby1cas04.pmc-sierra.internal [216.241.227.182]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by bby1mta02.pmc-sierra.bc.ca (Postfix) with ESMTP id 6CD588E03E7; Tue, 24 Nov 2015 04:57:02 -0800 (PST) Received: from BBYEXM01.pmc-sierra.internal ([169.254.1.115]) by bby1cas04.pmc-sierra.internal ([fe80::8e9:88f9:cdc0:67bb%15]) with mapi id 14.03.0123.003; Tue, 24 Nov 2015 04:57:01 -0800 From: Mahesh Rajashekhara To: kbuild test robot CC: "kbuild-all@01.org" , "linux-scsi@vger.kernel.org" , James Bottomley , "Tomas Henzl" , Murthy Bhat , "Karthikeya Sunkesula" Subject: RE: [RFC PATCH scsi] aacraid: aac_release_resources() can be static Thread-Topic: [RFC PATCH scsi] aacraid: aac_release_resources() can be static Thread-Index: AQHRG30RHJEEZosyskiHbOAnHtTTfp6rN9Nw Date: Tue, 24 Nov 2015 12:57:00 +0000 Message-ID: References: <201511101352.WifvAYu2%fengguang.wu@intel.com> <20151110055906.GA116383@lkp-hsx03> In-Reply-To: <20151110055906.GA116383@lkp-hsx03> Accept-Language: en-CA, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [216.241.227.4] MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pmcs.com; h=from:to:cc:subject:date:message-id:references:in-reply-to:content-type:content-transfer-encoding:mime-version; s=default; bh=xUqhSyjblSfy45cceZgVPj6wEkLx4rStKNJunPrPtTc=; b=eGk3okX+NNFINOyJzml39c+KxthVXjyOxP0CQuHhHaE3vvx8XlXCWFaiBxULi0v3LLOnQV32lCwBV3yD8vRVkcNu8T7lLcni5UINrJsumAmoa+8lOmmy3yjbTgMwd8b7ApK5mWkneMe1H3jqCbf08/w/dvHIOZ19kDCVtqQWz7Q= Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Reviewed-by: Mahesh Rajashekhara -----Original Message----- From: kbuild test robot [mailto:fengguang.wu@intel.com] Sent: Tuesday, November 10, 2015 11:29 AM To: Mahesh Rajashekhara Cc: kbuild-all@01.org; linux-scsi@vger.kernel.org; James Bottomley; Tomas Henzl; Murthy Bhat; Karthikeya Sunkesula Subject: [RFC PATCH scsi] aacraid: aac_release_resources() can be static Signed-off-by: Fengguang Wu --- linit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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