Skip to content

Commit

Permalink
scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_gr…
Browse files Browse the repository at this point in the history
…anularity"

There is a spelling mistake in a dev_warn message. Fix it.

Link: https://lore.kernel.org/r/20200617084911.167359-1-colin.king@canonical.com
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Jun 20, 2020
1 parent 9a3cd47 commit 393403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ufs/ufs-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static int exynos_ufs_post_link(struct ufs_hba *hba)
if (attr->pa_granularity < 1 || attr->pa_granularity > 6) {
/* Valid range for granularity: 1 ~ 6 */
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__,
attr->pa_granularity);
attr->pa_granularity = 6;
Expand Down

0 comments on commit 393403e

Please sign in to comment.