From patchwork Thu May 21 12:02:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 474982 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7BB6714075F for ; Thu, 21 May 2015 22:13:20 +1000 (AEST) Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 5EEE61A0C3D for ; Thu, 21 May 2015 22:13:20 +1000 (AEST) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org X-Greylist: delayed 605 seconds by postgrey-1.35 at bilbo; Thu, 21 May 2015 22:12:28 AEST Received: from wilson.telenet-ops.be (wilson.telenet-ops.be [195.130.132.42]) by lists.ozlabs.org (Postfix) with ESMTP id 8E3E31A0AD5 for ; Thu, 21 May 2015 22:12:28 +1000 (AEST) Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) by wilson.telenet-ops.be (Postfix) with ESMTP id 7597036962 for ; Thu, 21 May 2015 14:02:18 +0200 (CEST) Received: from ayla.of.borg ([84.193.93.87]) by andre.telenet-ops.be with bizsmtp id Wc2H1q0071t5w8s01c2HyX; Thu, 21 May 2015 14:02:17 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1YvPB2-0001EK-Rg; Thu, 21 May 2015 14:02:16 +0200 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1YvPB7-0005RL-CP; Thu, 21 May 2015 14:02:21 +0200 From: Geert Uytterhoeven To: Timur Tabi , Takashi Iwai , Jiri Kosina Subject: [PATCH trivial] ASoC: fsl_esai: Spelling s/specifially/specifically/ Date: Thu, 21 May 2015 14:02:18 +0200 Message-Id: <1432209738-20877-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Geert Uytterhoeven Acked-by: Nicolin Chen --- sound/soc/fsl/fsl_esai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index 5c7597191e3ffc68..45eee131c47d43cd 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c @@ -517,7 +517,7 @@ static int fsl_esai_hw_params(struct snd_pcm_substream *substream, u32 bclk, mask, val; int ret; - /* Override slot_width if being specifially set */ + /* Override slot_width if being specifically set */ if (esai_priv->slot_width) slot_width = esai_priv->slot_width;