From patchwork Fri Jan 4 21:46:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matteo Croce X-Patchwork-Id: 10750045 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE8DC14DE for ; Mon, 7 Jan 2019 07:07:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9DB3B28712 for ; Mon, 7 Jan 2019 07:07:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 91E5728882; Mon, 7 Jan 2019 07:07:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED22A28712 for ; Mon, 7 Jan 2019 07:07:39 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id BCC24267B6C; Mon, 7 Jan 2019 08:07:08 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id C7D09267C5A; Fri, 4 Jan 2019 22:46:08 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by alsa0.perex.cz (Postfix) with ESMTP id E57CC267C3E for ; Fri, 4 Jan 2019 22:46:05 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id r10so37735418wrs.10 for ; Fri, 04 Jan 2019 13:46:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=cDODT1FI4Ybnyg04BNOvNC7yit9wTMyoRI7699L/j94=; b=mrUwTtwI0fJCiNWA88fOQqUwsh9E57qN4nolTOIfKmW7ybUc53vkrQwFy39fuzRpOa gzryKmJFpRM0EhD7IGBqaMrc3GKZYLjR/scjJZMSz2BLOWQ8RH1r+6xALZUkpf/XF3Yo AYwIEEYIZZKKwsHLo9eLVP0Ekgaa0QrAkGKVq9UIc6ex8pdH4geKIV9nOL+rcHxWPkgu NmdGJD0A3+aatCZgQQ64hIHrO+iyG7TAynejj1uzySHJAiaNZO7Hj4Eb5333/rnXMUsd iQK2KTHBiEGIYnIgPdEUJNr3Kllh2mSyJxIFK00nRktQdApIIhUASppqZsX6YWjPZDwM DMZA== X-Gm-Message-State: AJcUukd4LrnBf4SEkBAUHp0QPVgzkz2GF1eKFkWTf/+LlpLkyEi7OhKz h7EdhUjMlNu6f/P/6v90GZ4ovVdMaj3T1w== X-Google-Smtp-Source: ALg8bN7aZDCiI9zrnZeyzmthbCSnO6Fxruin/q8X2XBOE62bBHIhxw9kQ7X0oKKnlret1ep9nYkCGw== X-Received: by 2002:adf:a743:: with SMTP id e3mr43610797wrd.56.1546638365355; Fri, 04 Jan 2019 13:46:05 -0800 (PST) Received: from mcroce-redhat.redhat.com (host177-2-dynamic.16-87-r.retail.telecomitalia.it. [87.16.2.177]) by smtp.gmail.com with ESMTPSA id e17sm75361478wri.36.2019.01.04.13.46.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Jan 2019 13:46:04 -0800 (PST) From: Matteo Croce To: Jaroslav Kysela , Takashi Iwai Date: Fri, 4 Jan 2019 22:46:03 +0100 Message-Id: <20190104214603.29351-1-mcroce@redhat.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 07 Jan 2019 08:06:57 +0100 Cc: alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH] ASoC: qdsp6: q6asm: fix typo X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Fix spelling mistake: "lenght" -> "length" Signed-off-by: Matteo Croce --- sound/soc/qcom/qdsp6/q6asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/qcom/qdsp6/q6asm.c b/sound/soc/qcom/qdsp6/q6asm.c index 4f85cb19a309..e8141a33a55e 100644 --- a/sound/soc/qcom/qdsp6/q6asm.c +++ b/sound/soc/qcom/qdsp6/q6asm.c @@ -1194,7 +1194,7 @@ EXPORT_SYMBOL_GPL(q6asm_open_read); * q6asm_write_async() - non blocking write * * @ac: audio client pointer - * @len: lenght in bytes + * @len: length in bytes * @msw_ts: timestamp msw * @lsw_ts: timestamp lsw * @wflags: flags associated with write