Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6893EC433FE for ; Mon, 6 Dec 2021 09:04:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239927AbhLFJIH (ORCPT ); Mon, 6 Dec 2021 04:08:07 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:48298 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239898AbhLFJIF (ORCPT ); Mon, 6 Dec 2021 04:08:05 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 901DC1FD2F; Mon, 6 Dec 2021 09:04:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1638781476; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PWMr88WEoo/q4N/V1fit62Ztt5lQ50Z/rNHF4FlH/UQ=; b=LZGFFaKCgMCNI3cLZlBH8yXbr0raba3rSFVUwZilPROki2Eb1NemkAtAYAhVrD3vr7bVzq Vf4xemCLNY7D6ZQrVIHDhMrAPOcqiFF+74kDNHYtWE885alY5l3rR8ZbCWnDE/AaU+1n4V JssYfxgj+AXkOHzwjX76LDs4AYJTaWE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1638781476; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PWMr88WEoo/q4N/V1fit62Ztt5lQ50Z/rNHF4FlH/UQ=; b=vGmaS9Lyv4vF7mDywb0QEXkSFe3Cr4x6oBxWawQwoWT5gP45/QE6NE+4OGOgO8150K2h9W SGUq0rO13yXDK/AQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 6DEDCA3B92; Mon, 6 Dec 2021 09:04:36 +0000 (UTC) Date: Mon, 06 Dec 2021 10:04:36 +0100 Message-ID: From: Takashi Iwai To: Christophe JAILLET Cc: perex@perex.cz, tiwai@suse.com, lgirdwood@gmail.com, broonie@kernel.org, leon@kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] sound: Fix some typo In-Reply-To: <7b2bcbda298f02a34d46d8b6593daaaed9a09a45.1638602790.git.christophe.jaillet@wanadoo.fr> References: <7b2bcbda298f02a34d46d8b6593daaaed9a09a45.1638602790.git.christophe.jaillet@wanadoo.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 04 Dec 2021 08:28:40 +0100, Christophe JAILLET wrote: > > Some comments and include guards are not consistent with the name of the > file where they can be found. > > This is likely some typo or cut'n'paste issues. > > Signed-off-by: Christophe JAILLET Thanks, applied now. Takashi