>-----Original Message-----
>From: Christoph Hellwig [mailto:h...@lst.de]
>Sent: Saturday, January 10, 2015 10:41 PM
>To: sumit.sax...@avagotech.com; kashyap.de...@avagotech.com
>Cc: martin.peter...@oracle.com; linux-scsi@vger.kernel.org; kbuild test
>robot
>Subject: [PATCH 01/10] megaraid_sas:
>megasas_complete_outstanding_ioctls() can be static
>
>From: kbuild test robot <fengguang...@intel.com>
>
>drivers/scsi/megaraid/megaraid_sas_base.c:1701:6: sparse: symbol
>'megasas_complete_outstanding_ioctls' was not declared. Should it be
static?
>
>Signed-off-by: Fengguang Wu <fengguang...@intel.com>
>---
> drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c
>b/drivers/scsi/megaraid/megaraid_sas_base.c
>index 890637f..2eb5233 100644
>--- a/drivers/scsi/megaraid/megaraid_sas_base.c
>+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
>@@ -1698,7 +1698,7 @@ static int megasas_slave_alloc(struct scsi_device
>*sdev)
> * @instance:                          Adapter soft state
> *
> */
>-void megasas_complete_outstanding_ioctls(struct megasas_instance
>*instance)
>+static void megasas_complete_outstanding_ioctls(struct megasas_instance
>*instance)
> {
>       int i;
>       struct megasas_cmd *cmd_mfi;

Acked-by: Sumit Saxena <sumit.sax...@avagotech.com>

>--
>1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to