Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1516315 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-07 17:50 +0100 |
| Last post | 2016-11-09 00:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] scsi: fix spelling mistake in error message Colin King <colin.king@canonical.com> - 2016-11-07 17:50 +0100
Re: [PATCH] scsi: fix spelling mistake in error message "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-11-09 00:30 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-07 17:50 +0100 |
| Subject | [PATCH] scsi: fix spelling mistake in error message |
| Message-ID | <sAVho-5CE-37@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "operatio" to "operation"
in critical error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/scsi/dpt_i2o.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index 21c8d21..d84004b 100644
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -3350,7 +3350,7 @@ static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
if (opblk_va == NULL) {
dma_free_coherent(&pHba->pDev->dev, sizeof(u8) * (8+buflen),
resblk_va, resblk_pa);
- printk(KERN_CRIT "%s: query operatio failed; Out of memory.\n",
+ printk(KERN_CRIT "%s: query operation failed; Out of memory.\n",
pHba->name);
return -ENOMEM;
}
--
2.9.3
[toc] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2016-11-09 00:30 +0100 |
| Message-ID | <sBo02-7H0-11@gated-at.bofh.it> |
| In reply to | #1516315 |
>>>>> "Colin" == Colin King <colin.king@canonical.com> writes: Colin> From: Colin Ian King <colin.king@canonical.com> Trivial fix to Colin> spelling mistake "operatio" to "operation" in critical error Colin> message Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web