lkml.org 
[lkml]   [2018]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][scsi-next] scsi: myrs: Fix spelling mistake: "Cashe"-> "Cache"
Date
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in info message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/scsi/myrs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/myrs.c b/drivers/scsi/myrs.c
index 3b87c6942a8e..16498e1b0dd4 100644
--- a/drivers/scsi/myrs.c
+++ b/drivers/scsi/myrs.c
@@ -1571,7 +1571,7 @@ static ssize_t myrs_store_flush_cache(struct device *dev,
return count;
}
shost_printk(KERN_INFO, shost,
- "Cashe Flush failed, status 0x%02x\n", status);
+ "Cache Flush failed, status 0x%02x\n", status);
return -EIO;
}
static DEVICE_ATTR(flush_cache, S_IWUSR, NULL, myrs_store_flush_cache);
--
2.15.1
\
 
 \ /
  Last update: 2018-02-14 11:31    [W:0.065 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site