From patchwork Thu Nov 15 09:49:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Lin X-Patchwork-Id: 10684053 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 2A80017EE for ; Thu, 15 Nov 2018 09:50:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 17E7D2C18F for ; Thu, 15 Nov 2018 09:50:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0BDD72C1DF; Thu, 15 Nov 2018 09:50:48 +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 373652C18F for ; Thu, 15 Nov 2018 09:50:47 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 5D632267AFC; Thu, 15 Nov 2018 10:50:45 +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 5EA50267AFE; Thu, 15 Nov 2018 10:50:43 +0100 (CET) Received: from server-codec (60-250-207-217.hinet-ip.hinet.net [60.250.207.217]) by alsa0.perex.cz (Postfix) with ESMTP id DB785267AFB for ; Thu, 15 Nov 2018 10:50:39 +0100 (CET) Received: from server-codec (localhost [127.0.0.1]) by server-codec (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id wAF9oZ6l000710; Thu, 15 Nov 2018 17:50:35 +0800 Received: (from ctlin0@localhost) by server-codec (8.14.4/8.14.4/Submit) id wAF9oXgA000707; Thu, 15 Nov 2018 17:50:33 +0800 From: David Lin To: broonie@kernel.org Date: Thu, 15 Nov 2018 17:49:13 +0800 Message-Id: <20181115094912.656-1-CTLIN0@nuvoton.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181115091446.32764-1-CTLIN0@nuvoton.com> References: <20181115091446.32764-1-CTLIN0@nuvoton.com> Cc: alsa-devel@alsa-project.org, wtli@nuvoton.com, kchsu0@nuvoton.com, lgirdwood@gmail.com, yhchuang@nuvoton.com, David Lin Subject: [alsa-devel] [PATCH 2/2] ASoC: nau8822: convert to SPDX identifiers 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fixes typo in the comment. Signed-off-by: David Lin --- sound/soc/codecs/nau8822.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/nau8822.h b/sound/soc/codecs/nau8822.h index d15afd782815..9c552983a293 100644 --- a/sound/soc/codecs/nau8822.h +++ b/sound/soc/codecs/nau8822.h @@ -5,7 +5,7 @@ * Copyright 2017 Nuvoton Technology Crop. * * Author: David Lin - * Co-author: John Hsu + * Co-author: John Hsu * Co-author: Seven Li */