From mboxrd@z Thu Jan 1 00:00:00 1970 From: abhijeet.kumar@intel.com Subject: [PATCH] ASoC: Intel: Skylake: Fix typo Date: Sun, 4 Mar 2018 01:16:39 +0530 Message-ID: <1520106400-22664-1-git-send-email-abhijeet.kumar@intel.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , "Subhransu S. Prusty" , Guneshwor Singh , Vinod Koul , Jeeja KP , Dharageswari R , G Kranthi , Pradeep Tewani , Ramesh Babu , Jaikrishna Nemallapudi , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Cc: abhijeet.kumar@intel.com List-Id: alsa-devel@alsa-project.org From: Abhijeet Kumar Spelling mistake in state. So fixing it. Signed-off-by: Abhijeet Kumar --- sound/soc/intel/skylake/skl-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ int skl_bind_modules(struct skl_sst *ctx, 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); } -- 1.9.1