[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1425155667-8359-1-git-send-email-colin.king@canonical.com>
Date: Sat, 28 Feb 2015 20:34:27 +0000
From: Colin King <colin.king@...onical.com>
To: Vinayak Holikatti <vinholikatti@...il.com>,
"James E.J. Bottomley" <JBottomley@...allels.com>,
linux-scsi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] scsi: ufs: fix typo in dev_err error message
From: Colin Ian King <colin.king@...onical.com>
Fix typo, "Intialization" -> "Initialization"
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/ufs/ufshcd-pltfrm.c b/drivers/scsi/ufs/ufshcd-pltfrm.c
index 7db9564..1eff404 100644
--- a/drivers/scsi/ufs/ufshcd-pltfrm.c
+++ b/drivers/scsi/ufs/ufshcd-pltfrm.c
@@ -341,7 +341,7 @@ static int ufshcd_pltfrm_probe(struct platform_device *pdev)
err = ufshcd_init(hba, mmio_base, irq);
if (err) {
- dev_err(dev, "Intialization failed\n");
+ dev_err(dev, "Initialization failed\n");
goto out_disable_rpm;
}
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists