From: kernel test robot <lkp@intel.com>
To: Chandrakanth Patil <chandrakanth.patil@broadcom.com>,
linux-scsi@vger.kernel.org
Cc: kbuild-all@lists.01.org, kashyap.desai@broadcom.com,
sumit.saxena@broadcom.com, kiran-kumar.kasturi@broadcom.com,
sankar.patra@broadcom.com, sasikumar.pc@broadcom.com,
shivasharan.srikanteshwara@broadcom.com,
anand.lodnoor@broadcom.com,
Chandrakanth Patil <chandrakanth.patil@broadcom.com>
Subject: [RFC PATCH] megaraid_sas: megasas_set_sdev_removed_by_fw can be static
Date: Thu, 18 Mar 2021 06:53:25 +0800 [thread overview]
Message-ID: <20210317225325.GA48350@453058ecf1e7> (raw)
In-Reply-To: <20210317190824.3050-4-chandrakanth.patil@broadcom.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
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 f3716f7e1d105..09a8b37eb425a 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -3498,7 +3498,7 @@ megasas_complete_abort(struct megasas_instance *instance,
}
}
-void
+static void
megasas_set_sdev_removed_by_fw(struct megasas_instance *instance)
{
struct scsi_device *sdev;
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] megaraid_sas: megasas_set_sdev_removed_by_fw can be static
Date: Thu, 18 Mar 2021 06:53:25 +0800 [thread overview]
Message-ID: <20210317225325.GA48350@453058ecf1e7> (raw)
In-Reply-To: <20210317190824.3050-4-chandrakanth.patil@broadcom.com>
[-- Attachment #1: Type: text/plain, Size: 641 bytes --]
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
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 f3716f7e1d105..09a8b37eb425a 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -3498,7 +3498,7 @@ megasas_complete_abort(struct megasas_instance *instance,
}
}
-void
+static void
megasas_set_sdev_removed_by_fw(struct megasas_instance *instance)
{
struct scsi_device *sdev;
next prev parent reply other threads:[~2021-03-17 22:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 19:08 [PATCH 0/5] megaraid_sas: Update driver version to 07.717.01.00-rc1 Chandrakanth Patil
2021-03-17 19:08 ` [PATCH 1/5] megaraid_sas: Send all non-RW IOs for TYPE_ENCLOSURE device through firmware Chandrakanth Patil
2021-03-17 19:08 ` [PATCH 2/5] megaraid_sas: Fix the resource leak in case of probe failure Chandrakanth Patil
2021-03-17 19:08 ` [PATCH 3/5] megaraid_sas: Early detection of VD deletion through RaidMap update Chandrakanth Patil
2021-03-17 20:55 ` kernel test robot
2021-03-17 20:55 ` kernel test robot
2021-03-17 22:53 ` kernel test robot
2021-03-17 22:53 ` kernel test robot
2021-03-17 22:53 ` kernel test robot [this message]
2021-03-17 22:53 ` [RFC PATCH] megaraid_sas: megasas_set_sdev_removed_by_fw can be static kernel test robot
2021-03-17 19:08 ` [PATCH 4/5] megaraid_sas: Handle missing interrupts while re-enabling IRQs Chandrakanth Patil
2021-03-17 19:08 ` [PATCH 5/5] megaraid_sas: Update driver version to 07.717.01.00-rc1 Chandrakanth Patil
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=20210317225325.GA48350@453058ecf1e7 \
--to=lkp@intel.com \
--cc=anand.lodnoor@broadcom.com \
--cc=chandrakanth.patil@broadcom.com \
--cc=kashyap.desai@broadcom.com \
--cc=kbuild-all@lists.01.org \
--cc=kiran-kumar.kasturi@broadcom.com \
--cc=linux-scsi@vger.kernel.org \
--cc=sankar.patra@broadcom.com \
--cc=sasikumar.pc@broadcom.com \
--cc=shivasharan.srikanteshwara@broadcom.com \
--cc=sumit.saxena@broadcom.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.