Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532695 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-29 20:20 +0100 |
| Last post | 2016-11-30 06:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding" Colin King <colin.king@canonical.com> - 2016-11-29 20:20 +0100
RE: [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding" Kashyap Desai <kashyap.desai@broadcom.com> - 2016-11-30 06:20 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-29 20:20 +0100 |
| Subject | [PATCH][V2] scsi: megaraid-sas: fix spelling mistake of "outstanding" |
| Message-ID | <sIW6C-48h-21@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Kashyap Desai <kashyap.desai@broadcom.com> |
|---|---|
| Date | 2016-11-30 06:20 +0100 |
| Message-ID | <sJ5tf-1Kz-3@gated-at.bofh.it> |
| In reply to | #1532695 |
> -----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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web