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 E670EECAAD3 for ; Wed, 7 Sep 2022 08:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbiIGIAC (ORCPT ); Wed, 7 Sep 2022 04:00:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229958AbiIGH76 (ORCPT ); Wed, 7 Sep 2022 03:59:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C7C42D1D6; Wed, 7 Sep 2022 00:59:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3BE62616EF; Wed, 7 Sep 2022 07:59:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BD70C433D7; Wed, 7 Sep 2022 07:59:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662537585; bh=u72lc84TgQs9bAXFd+8wgoMc9W3qBLgCgr54TktnduE=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=hkmuMBi5VvwhmpxtI9Q3onHlnLqjYQLMScepKHYIFonZ4MyWJ6ao3ARr9ZBfCMrD/ 3cfJa27TDfGgksMEQOrzJpGia6+lLvrzaoNi5MDs6HVp/YM17NZFK7ZpDGYH9Wfmvp 2MHZX6DfNVL0tP/Es9dp8sAT1qvyXNDzBTCnrVNVI2s6BJNy3vasdtzw0ItkuWXGOP XHrAbAtvQQPBcvQZlxNoLiVWYNPi6+yBxTqSrbLVOcp3/n/EzFSiBU+IQlkvfIa3Fb aipN4Iah1LMo5FzB3enTNih/0qa/ToDGDC2HKkDIsC/TboHQCyifae+WLr597LSRsF W3Gt6nPky2T1w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] wifi: p54: Fix comment typo From: Kalle Valo In-Reply-To: <20220811120340.12968-1-wangborong@cdjrlc.com> References: <20220811120340.12968-1-wangborong@cdjrlc.com> To: Jason Wang Cc: chunkeey@googlemail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Wang User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <166253758158.23292.8128020768476719085.kvalo@kernel.org> Date: Wed, 7 Sep 2022 07:59:43 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Jason Wang wrote: > The double `to' is duplicated in the comment, remove one. > > Signed-off-by: Jason Wang > Acked-by: Christian Lamparter Patch applied to wireless-next.git, thanks. 3d784bade0fd wifi: p54: Fix comment typo -- https://patchwork.kernel.org/project/linux-wireless/patch/20220811120340.12968-1-wangborong@cdjrlc.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches