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 C7C98C433EF for ; Mon, 25 Jul 2022 06:29:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230306AbiGYG3H (ORCPT ); Mon, 25 Jul 2022 02:29:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbiGYG3E (ORCPT ); Mon, 25 Jul 2022 02:29:04 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49BD6E0BF for ; Sun, 24 Jul 2022 23:29:03 -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-out1.suse.de (Postfix) with ESMTPS id E148834EF3; Mon, 25 Jul 2022 06:29:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1658730541; 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=icJyOG6Kk0efBApMlzM9lIqJOmnfZ2R6I61gDaJp9Qo=; b=iR3ZvE5gTGKJFg8M8njUWepAM+NZr2vQ5zel3/IIniopGlCIULJSkEjFioU15p/7J0SdZH Ad7DOqUKZo5+JFR66ef5VBpauHFikBXQ9F5WhsncNtJPSnesn3I2wmdY7Bl7dSbOKIuswr hQcui5QgjrDvXaJwoaLougklFtfXAKI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1658730541; 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=icJyOG6Kk0efBApMlzM9lIqJOmnfZ2R6I61gDaJp9Qo=; b=uHPCMj/F4aFqo+KjZR1D1H8jeQdCvtur50VQj21J3ClSxH1ynysGFUQTY9Z7nlrSPnKQtM pL8LbJCEw/3oF2Bw== 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 B21C813AD7; Mon, 25 Jul 2022 06:29:01 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id S4HPKi043mJaPgAAMHmgww (envelope-from ); Mon, 25 Jul 2022 06:29:01 +0000 Date: Mon, 25 Jul 2022 08:29:01 +0200 Message-ID: <877d41emdu.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/asihpi: fix repeated words in comments In-Reply-To: <20220724071413.10085-1-wangjianli@cdjrlc.com> References: <20220724071413.10085-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:14:13 +0200, wangjianli wrote: > > Delete the redundant word 'in'. > > Signed-off-by: wangjianli Thanks, applied (with correction of the subject prefix). Takashi