Skip to content
Snippets Groups Projects
Commit 393403ef authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"

parent 9a3cd470
Branches
Tags
No related merge requests found
...@@ -883,7 +883,7 @@ static int exynos_ufs_post_link(struct ufs_hba *hba) ...@@ -883,7 +883,7 @@ static int exynos_ufs_post_link(struct ufs_hba *hba)
if (attr->pa_granularity < 1 || attr->pa_granularity > 6) { if (attr->pa_granularity < 1 || attr->pa_granularity > 6) {
/* Valid range for granularity: 1 ~ 6 */ /* Valid range for granularity: 1 ~ 6 */
dev_warn(hba->dev, dev_warn(hba->dev,
"%s: pa_granularty %d is invalid, assuming backwards compatibility\n", "%s: pa_granularity %d is invalid, assuming backwards compatibility\n",
__func__, __func__,
attr->pa_granularity); attr->pa_granularity);
attr->pa_granularity = 6; attr->pa_granularity = 6;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment