From mboxrd@z Thu Jan 1 00:00:00 1970 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 B35FDC4332F for ; Fri, 11 Feb 2022 14:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242164AbiBKOTU (ORCPT ); Fri, 11 Feb 2022 09:19:20 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229781AbiBKOTS (ORCPT ); Fri, 11 Feb 2022 09:19:18 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8BF1188 for ; Fri, 11 Feb 2022 06:19:17 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 7835721155; Fri, 11 Feb 2022 14:19:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1644589156; 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=bziBOwLrSKIEMIHMu7GAiJ1RTf+TTErYgXhgi+/flPA=; b=EhPw1EyKn1dCrL+uza5yCJty7X+Me1hkmGojLsRyEHivisKX0ZRtBNsVfLugt3pqRt9UKw 6LQR6dhvVGZ37wP6EW7x9/pOhKAnTy+4hiXvsgpoNPEa+okpfeLtporC5GqmoMilcWEyd6 N/wZBpL10H1jxvm5UspMoyGED1pt89E= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1644589156; 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=bziBOwLrSKIEMIHMu7GAiJ1RTf+TTErYgXhgi+/flPA=; b=MC5RbUirL0xqPR+1fNx+qzKypV2P6NhL8Yhux3Ip4R+KPFRv9KiD1bSAGu2oO4DqSXYXEX nqcdaSdxN+nkqQBA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 640E0A3B83; Fri, 11 Feb 2022 14:19:16 +0000 (UTC) Date: Fri, 11 Feb 2022 15:19:16 +0100 Message-ID: From: Takashi Iwai To: trix@redhat.com Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: cleanup double word in comment In-Reply-To: <20220209150133.2291856-1-trix@redhat.com> References: <20220209150133.2291856-1-trix@redhat.com> 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 Wed, 09 Feb 2022 16:01:33 +0100, trix@redhat.com wrote: > > From: Tom Rix > > Remove the second 'device'. > > Signed-off-by: Tom Rix Thanks, applied. Takashi