From 6df139bd4f844f4cffe6e59132ba2b6efcc2e004 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Tue, 7 Aug 2018 19:13:46 -0500 Subject: [PATCH 1/2] ASoC: SOF: ipc: fix typos Messgae in a bottle Signed-off-by: Pierre-Louis Bossart --- sound/soc/sof/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sof/ipc.c b/sound/soc/sof/ipc.c index a649f87afac25a..908f6c9de85154 100644 --- a/sound/soc/sof/ipc.c +++ b/sound/soc/sof/ipc.c @@ -285,7 +285,7 @@ int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, /* add message to transmit list */ list_add_tail(&msg->list, &ipc->tx_list); - /* schedule the messgae if not busy */ + /* schedule the message if not busy */ if (snd_sof_dsp_is_ready(sdev)) schedule_work(&ipc->tx_kwork); From 713e755ef84c8728017f760590d04462333112fd Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Tue, 7 Aug 2018 19:14:44 -0500 Subject: [PATCH 2/2] ASoC: SOF: fix Kconfig wording typos and bad wording. Gah. Signed-off-by: Pierre-Louis Bossart --- sound/soc/sof/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index 48a212e0a423ba..0036f1c85ba72c 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig @@ -60,8 +60,8 @@ config SND_SOC_SOF_DEBUG_VERBOSE_IPC bool "SOF verbose IPC logs" depends on SND_SOC_SOF_DEBUG help - This option forces move verbose IPC logs, with command types in - human-readable form instead of just 32-bit hex dump. This is useful + This option enables more verbose IPC logs, with command types in + human-readable form instead of just 32-bit hex dumps. This is useful if you are trying to debug IPC with the DSP firmware. If unsure select "N".