Skip to content

Commit

Permalink
ASoC: samsung: fix spelling mistake: "unknwon" -> "unknown"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Jun 26, 2016
1 parent 09a0102 commit 48b418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
iismod &= ~S3C2412_IISMOD_SLAVE;
break;
default:
pr_err("unknwon master/slave format\n");
pr_err("unknown master/slave format\n");
return -EINVAL;
}

Expand Down

0 comments on commit 48b418d

Please sign in to comment.