Skip to content

Commit

Permalink
ASoC: qdsp6: q6afe-dai: Fix spelling mistake "Fronend" -> "Frontend"
Browse files Browse the repository at this point in the history
There is a spelling mistake in the module description. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Colin Ian King authored and broonie committed Sep 21, 2021
1 parent a635d66 commit b5377a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/qcom/qdsp6/q6afe-dai.c
Original file line number Diff line number Diff line change
Expand Up @@ -1747,5 +1747,5 @@ static struct platform_driver q6afe_dai_platform_driver = {
};
module_platform_driver(q6afe_dai_platform_driver);

MODULE_DESCRIPTION("Q6 Audio Fronend dai driver");
MODULE_DESCRIPTION("Q6 Audio Frontend dai driver");
MODULE_LICENSE("GPL v2");

0 comments on commit b5377a7

Please sign in to comment.