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 EA00BC43334 for ; Sun, 24 Jul 2022 07:16:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238825AbiGXHQS (ORCPT ); Sun, 24 Jul 2022 03:16:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiGXHQN (ORCPT ); Sun, 24 Jul 2022 03:16:13 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58DBD17E09 for ; Sun, 24 Jul 2022 00:16:12 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0947A5D013; Sun, 24 Jul 2022 07:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1658646970; 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=EgXPR2I+pBO9VBpn1oUrHWLEgFbFAPg8HBPHvYaht6M=; b=BmrLvw9z5MG+xgyXrryIbdU2WaLkCW+8qQoWJH8Exxwelcn+TW3bPThghdNyi7ZtT8dlEw Zy5Z8A1pwzy7kHcPUln4FZV1p0n63FvSdasCWvxVlpVIWhbodMxfB1XJ8EBNXt6R30/ZNE WC5GKeyqh36GE55tJUkiyq7gCcjFJYs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1658646970; 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=EgXPR2I+pBO9VBpn1oUrHWLEgFbFAPg8HBPHvYaht6M=; b=N2kl85/B4ZWM90U5LxbXL2Uhuho2ExJTIoWGSXnKuud0e8wYCLNAVDwT409W8p+SC9l6L3 oQtr0L8tUww39cCg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DB08A13A91; Sun, 24 Jul 2022 07:16:09 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id lxe1NLnx3GLiJwAAMHmgww (envelope-from ); Sun, 24 Jul 2022 07:16:09 +0000 Date: Sun, 24 Jul 2022 09:16:09 +0200 Message-ID: <87v8rn0yme.wl-tiwai@suse.de> From: Takashi Iwai To: wangjianli Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pci/emu10k1: fix repeated words in comments In-Reply-To: <20220724070736.8624-1-wangjianli@cdjrlc.com> References: <20220724070736.8624-1-wangjianli@cdjrlc.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Jul 2022 09:07:36 +0200, wangjianli wrote: > > Delete the redundant word 'in'. > > Signed-off-by: wangjianli Both patches have been already fixed. thanks, Takashi