From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Trivial fix to spelling mistake in info message text. Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html