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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7462C433E3 for ; Wed, 15 Jul 2020 16:08:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E19020663 for ; Wed, 15 Jul 2020 16:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726971AbgGOQIr (ORCPT ); Wed, 15 Jul 2020 12:08:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbgGOQHC (ORCPT ); Wed, 15 Jul 2020 12:07:02 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DB58C08C5DD; Wed, 15 Jul 2020 09:07:02 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jvjvi-005F6w-Mh; Wed, 15 Jul 2020 18:06:46 +0200 Message-ID: Subject: Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments From: Johannes Berg To: Jakub Kicinski , Randy Dunlap Cc: linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org Date: Wed, 15 Jul 2020 18:06:30 +0200 In-Reply-To: <20200715084811.01ba7ffd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> References: <20200715025914.28091-1-rdunlap@infradead.org> <20200715084811.01ba7ffd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.3 (3.36.3-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote: > On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote: > > Drop doubled words in several comments. > > > > Signed-off-by: Randy Dunlap > > Cc: "David S. Miller" > > Cc: Jakub Kicinski > > Cc: netdev@vger.kernel.org > > Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree. It can go to you if you like, for this, I have no problem with that. Though I saw only the subject right now :) > Would you mind splitting those 5 patches out to a separate series and > sending to him? linux-wireless@vger.kernel.org would be most important in that case, so patchwork there picks it up. Thanks, johannes