* [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding"
@ 2016-11-29 19:13 Colin King
2016-11-29 19:20 ` Bart Van Assche
0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2016-11-29 19:13 UTC (permalink / raw)
To: Kashyap Desai, Sumit Saxena, Shivasharan S,
James E . J . Bottomley, Martin K . Petersen, megaraidlinux.pdl,
linux-scsi
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "oustanding" to "outstanding" in
dev_info and scmd_printk messages. Also join wrapped literal
string in the scmd_printk.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
drivers/scsi/megaraid/megaraid_sas_fusion.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index 5462676..1470686 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -2541,7 +2541,7 @@ static int megasas_wait_for_outstanding(struct megasas_instance *instance)
do {
if ((fw_state == MFI_STATE_FAULT) || atomic_read(&instance->fw_outstanding)) {
dev_info(&instance->pdev->dev,
- "%s:%d waiting_for_outstanding: before issue OCR. FW state = 0x%x, oustanding 0x%x\n",
+ "%s:%d waiting_for_outstanding: before issue OCR. FW state = 0x%x, outstanding 0x%x\n",
__func__, __LINE__, fw_state, atomic_read(&instance->fw_outstanding));
if (i == 3)
goto kill_hba_and_failed;
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
index 24778ba..623e028 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
@@ -3239,8 +3239,7 @@ int megasas_task_abort_fusion(struct scsi_cmnd *scmd)
if (!smid) {
ret = SUCCESS;
- scmd_printk(KERN_NOTICE, scmd, "Command for which abort is"
- " issued is not found in oustanding commands\n");
+ scmd_printk(KERN_NOTICE, scmd, "Command for which abort is issued is not found in outstanding commands\n");
mutex_unlock(&instance->reset_mutex);
goto out;
}
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding"
2016-11-29 19:13 [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding" Colin King
@ 2016-11-29 19:20 ` Bart Van Assche
2016-11-30 5:17 ` Kashyap Desai
0 siblings, 1 reply; 3+ messages in thread
From: Bart Van Assche @ 2016-11-29 19:20 UTC (permalink / raw)
To: Colin King, Kashyap Desai, Sumit Saxena, Shivasharan S,
James E . J . Bottomley, Martin K . Petersen, megaraidlinux.pdl,
linux-scsi
Cc: linux-kernel
On 11/29/2016 11:13 AM, Colin King wrote:
> Trivial fix to spelling mistake "oustanding" to "outstanding" in
> dev_info and scmd_printk messages. Also join wrapped literal
> string in the scmd_printk.
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding"
2016-11-29 19:20 ` Bart Van Assche
@ 2016-11-30 5:17 ` Kashyap Desai
0 siblings, 0 replies; 3+ messages in thread
From: Kashyap Desai @ 2016-11-30 5:17 UTC (permalink / raw)
To: Bart Van Assche, Colin King, Sumit Saxena,
Shivasharan Srikanteshwara, James E . J . Bottomley,
Martin K . Petersen, PDL,MEGARAIDLINUX, linux-scsi
Cc: linux-kernel, Sasikumar PC, Kiran Kumar Kasturi
> -----Original Message-----
> From: Bart Van Assche [mailto:bart.vanassche@sandisk.com]
> Sent: Wednesday, November 30, 2016 12:50 AM
> To: Colin King; Kashyap Desai; Sumit Saxena; Shivasharan S; James E . J .
> Bottomley; Martin K . Petersen; megaraidlinux.pdl@broadcom.com; linux-
> scsi@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of
> "outstanding"
>
> On 11/29/2016 11:13 AM, Colin King wrote:
> > Trivial fix to spelling mistake "oustanding" to "outstanding" in
> > dev_info and scmd_printk messages. Also join wrapped literal string in
> > the scmd_printk.
>
> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Please hold this commit as we have patch set work in progress for MegaRaid
Driver. It will conflict it this patch commits.
We will be re-submitting this patch with appropriate Signed-off and
Submitted-by tags.
Thanks, Kashyap
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-30 5:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 19:13 [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding" Colin King
2016-11-29 19:20 ` Bart Van Assche
2016-11-30 5:17 ` Kashyap Desai
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).