Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932088AbdI0OfJ (ORCPT ); Wed, 27 Sep 2017 10:35:09 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36986 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbdI0OfH (ORCPT ); Wed, 27 Sep 2017 10:35:07 -0400 X-Google-Smtp-Source: AOwi7QDU/taaHdNRCxXsh3j2mXTtO4ITVVaDbW0qqbiVAB4BzIaOniZVyfxcWAcmsVWgBq8sr1487Q== From: Peng Donglin To: broonie@kernel.org, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Peng Donglin Subject: [PATCH] ASoC: dapm: Fix typos in comment Date: Wed, 27 Sep 2017 22:35:01 +0800 Message-Id: <1506522901-10552-1-git-send-email-dolinux.peng@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 29 Signed-off-by: Peng Donglin --- sound/soc/soc-dapm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index dcef67a..0867eaa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -4167,7 +4167,7 @@ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * Requires external locking. @@ -4187,7 +4187,7 @@ int snd_soc_dapm_enable_pin_unlocked(struct snd_soc_dapm_context *dapm, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to -- 1.9.1