From: Abhijeet Kumar Date: Sat, 3 Mar 2018 19:46:39 +0000 (+0530) Subject: ASoC: Intel: Skylake: Fix typo X-Git-Tag: v4.17-rc1~119^2~1^2~30^2~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=12af5004145a3fa53246cca4cbb2c57d18dde202;p=users%2Fjedix%2Flinux-maple.git ASoC: Intel: Skylake: Fix typo Spelling mistake in state. So fixing it. Signed-off-by: Abhijeet Kumar Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl-messages.c b/sound/soc/intel/skylake/skl-messages.c index 60d76adade43..f161907859f3 100644 --- a/sound/soc/intel/skylake/skl-messages.c +++ b/sound/soc/intel/skylake/skl-messages.c @@ -1210,7 +1210,7 @@ out: static int skl_set_pipe_state(struct skl_sst *ctx, struct skl_pipe *pipe, enum skl_ipc_pipeline_state state) { - dev_dbg(ctx->dev, "%s: pipe_satate = %d\n", __func__, state); + dev_dbg(ctx->dev, "%s: pipe_state = %d\n", __func__, state); return skl_ipc_set_pipeline_state(&ctx->ipc, pipe->ppl_id, state); }