From patchwork Wed Jul 15 16:42:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329686 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=k+zcfuYk; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NY31mBtz9sTR for ; Thu, 16 Jul 2020 02:45:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727932AbgGOQnM (ORCPT ); Wed, 15 Jul 2020 12:43:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726652AbgGOQmz (ORCPT ); Wed, 15 Jul 2020 12:42:55 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 490DBC061755; Wed, 15 Jul 2020 09:42:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=J/Nj7cakMWC9zRzrNKsSvW3BAo+rPjXjpVsN8Iiqtp4=; b=k+zcfuYkUPeXtfLFXqYwbw7ptD 9FQm277+V3gwzLMV7wZdJzRX5a7t6yavZSeDUneCwlxaaQDxaNggWJPj5ir6dqJWuAe8j36b4GNaV OpOT3YZxaicF2DEgYwq/K9Xn1cikr9Wt/1hcohGL10i6rLlBNC/R3uaXQ+rzXRmyRVMVBu6x9Pofc crAGSzS6aS7ktqta5ZvGBnygp+fdzl51HcDJnXgSe9ca2yK+9VlgqVXAqAD17InyaTca1l//Xc41g /NJfCqoBzqFPZ7axn5y1desYShbz8j+H7SYbt3Cg82dwSmQToPULODr232A4dCH1bojS3PYtx9Gse bvrbezAg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUc-0000Bh-Tj; Wed, 15 Jul 2020 16:42:51 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 1/9 v2 net-next] net: qed: drop duplicate words in comments Date: Wed, 15 Jul 2020 09:42:38 -0700 Message-Id: <20200715164246.9054-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled word "the" in two comments. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/linux/qed/qed_chain.h | 2 +- include/linux/qed/qed_if.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200714.orig/include/linux/qed/qed_chain.h +++ linux-next-20200714/include/linux/qed/qed_chain.h @@ -130,7 +130,7 @@ struct qed_chain { } pbl_sp; /* Address of first page of the chain - the address is required - * for fastpath operation [consume/produce] but only for the the SINGLE + * for fastpath operation [consume/produce] but only for the SINGLE * flavour which isn't considered fastpath [== SPQ]. */ void *p_virt_addr; --- linux-next-20200714.orig/include/linux/qed/qed_if.h +++ linux-next-20200714/include/linux/qed/qed_if.h @@ -498,7 +498,7 @@ struct qed_fcoe_pf_params { u8 bdq_pbl_num_entries[2]; }; -/* Most of the the parameters below are described in the FW iSCSI / TCP HSI */ +/* Most of the parameters below are described in the FW iSCSI / TCP HSI */ struct qed_iscsi_pf_params { u64 glbl_q_params_addr; u64 bdq_pbl_base_addr[3]; From patchwork Wed Jul 15 16:42:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329677 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=OPihS1Fn; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NVS2lXDz9sTM for ; Thu, 16 Jul 2020 02:43:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725831AbgGOQnK (ORCPT ); Wed, 15 Jul 2020 12:43:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726660AbgGOQmz (ORCPT ); Wed, 15 Jul 2020 12:42:55 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 504D6C08C5DB; Wed, 15 Jul 2020 09:42:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=DOJlt9WwfqvtxRtQsVD4HWEtnnEyii8gz7SD33MqTBM=; b=OPihS1FnhrhLYvowRAiFznnovY 0wQD938emlP8/LoTHLK7SiJGGLbcCRwsfOdhQGu90L7/5i3r2V/oWc9FBPVG/R0kU39qfIdDjZkF1 kINffO+FPgycao/YhqbxefX3ksmLEh1FCmOBKBuG7nRqTcCiFqGU1tWPzulGiuvzlveAQPUZJ5uEo hUpaxhjj8zNI1VQZk4olLl6kajDteU5DSsKYhObErzdgZDZbHTQr4+TC6VvwrXCFUx7etA1nuzeCK ARIiBN9v9kgAIBcYGp6j8DxTHohceDR1dQMfSzC35xx44TYcEXhsfjayNWjb+g5UeV6/Gh+kG3ftT Tyb4uRJQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUe-0000Bh-Pn; Wed, 15 Jul 2020 16:42:53 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 2/9 v2 net-next] net: skbuff.h: drop duplicate words in comments Date: Wed, 15 Jul 2020 09:42:39 -0700 Message-Id: <20200715164246.9054-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled words in several comments. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/linux/skbuff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200714.orig/include/linux/skbuff.h +++ linux-next-20200714/include/linux/skbuff.h @@ -1329,7 +1329,7 @@ void skb_flow_dissect_meta(const struct void *target_container); /* Gets a skb connection tracking info, ctinfo map should be a - * a map of mapsize to translate enum ip_conntrack_info states + * map of mapsize to translate enum ip_conntrack_info states * to user states. */ void @@ -3813,7 +3813,7 @@ static inline bool skb_defer_rx_timestam * must call this function to return the skb back to the stack with a * timestamp. * - * @skb: clone of the the original outgoing packet + * @skb: clone of the original outgoing packet * @hwtstamps: hardware time stamps * */ From patchwork Wed Jul 15 16:42:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329688 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=CFNhVPJi; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NYL1cB4z9sTN for ; Thu, 16 Jul 2020 02:45:42 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726845AbgGOQnC (ORCPT ); Wed, 15 Jul 2020 12:43:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725831AbgGOQm4 (ORCPT ); Wed, 15 Jul 2020 12:42:56 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CC48C08C5DD; Wed, 15 Jul 2020 09:42:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=/ouoRB7+nsyijg9BkaJBjydWt6dQzafFxJ2kXGh69KY=; b=CFNhVPJi1jHu4OVYfeEKjr24lP 72L3RqZbhBzLVp9SeHAdUXv1xjBxkw/Yw+X1GCWK2QD+FPKJwHrGPpsOkmE0qrwe4JaN0HHIQhW9K aKKfjI9ZuIUq9wPFwAShsYyb8zYf9LUT++NcYAMAdv7gmkJQ1fuTjb3KaO5LdPyn1WCG6Na0FEcbO FVqK9vW/trEQR05KcyvX4wBYT8zfI8zLPCd8dtq/WrJWO//umwPrUHw+rDasXiCYcLXnQJ59ev2mu L/tdhD7iJgCVQf4XwFs/BXdAaz3inX/LZiMya7M9C1TEu05uOfZNaaIhsvNaSoUlQ/KX4JsG6EHzn XxyxyU1A==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUg-0000Bh-KQ; Wed, 15 Jul 2020 16:42:55 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 3/9 v2 net-next] net: wimax: fix duplicate words in comments Date: Wed, 15 Jul 2020 09:42:40 -0700 Message-Id: <20200715164246.9054-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled words in two comments. Fix a spello/typo. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/linux/wimax/debug.h | 4 ++-- include/net/wimax.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- linux-next-20200714.orig/include/linux/wimax/debug.h +++ linux-next-20200714/include/linux/wimax/debug.h @@ -184,8 +184,8 @@ do { \ /* - * CPP sintatic sugar to generate A_B like symbol names when one of - * the arguments is a a preprocessor #define. + * CPP syntatic sugar to generate A_B like symbol names when one of + * the arguments is a preprocessor #define. */ #define __D_PASTE__(varname, modulename) varname##_##modulename #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) --- linux-next-20200714.orig/include/net/wimax.h +++ linux-next-20200714/include/net/wimax.h @@ -28,7 +28,7 @@ * * USAGE * - * Embed a `struct wimax_dev` at the beginning of the the device's + * Embed a `struct wimax_dev` at the beginning of the device's * private structure, initialize and register it. For details, see * `struct wimax_dev`s documentation. * From patchwork Wed Jul 15 16:42:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329689 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=Jqcs7C/y; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NYR2vQnz9sTM for ; Thu, 16 Jul 2020 02:45:47 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728129AbgGOQpp (ORCPT ); Wed, 15 Jul 2020 12:45:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726132AbgGOQm6 (ORCPT ); Wed, 15 Jul 2020 12:42:58 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DA57C061755; Wed, 15 Jul 2020 09:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=fSiJgr1JV9rmj2I7yS5Ly08mX0jDScC6AHf8RcMZVBk=; b=Jqcs7C/yo81+mhb+Mpy/cUymG/ sP5AACKoJt8SyJYyGxCImEKVszxUWv2YELOW5UjptmLNcbp5lKWTLi5LcgUViWplW6kwsX9N3RSaV ej6tiNMO186zjzbqUF7WDVH6XzGMKTz12Q8EFW/TUyKNGHf7Fg/1BIeuFKBYvyvh+M+CyOwfhK8oN P4h1j35nSUCn7Y+9FF382QteUNcRmcLDCwYstO4lLyAkHC/WluPJlpvlRezoltD6TKbgi5zarp3/1 8bPasBVHVjVSwdjjefZ8VR0cyxdFKcz83vwo7f9EFEtGXBSBYomM1Lr2sgFHd84hOLWlzYqbni1aV sBZHbT7A==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUi-0000Bh-Cc; Wed, 15 Jul 2020 16:42:56 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 4/9 v2 net-next] net: 9p: drop duplicate word in comment Date: Wed, 15 Jul 2020 09:42:41 -0700 Message-Id: <20200715164246.9054-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled word "not" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/net/9p/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/net/9p/transport.h +++ linux-next-20200714/include/net/9p/transport.h @@ -25,7 +25,7 @@ * @request: member function to issue a request to the transport * @cancel: member function to cancel a request (if it hasn't been sent) * @cancelled: member function to notify that a cancelled request will not - * not receive a reply + * receive a reply * * This is the basic API for a transport module which is registered by the * transport module with the 9P core network module and used by the client From patchwork Wed Jul 15 16:42:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329690 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=TpShXHQ0; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NYh37pmz9sTM for ; Thu, 16 Jul 2020 02:46:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728117AbgGOQpo (ORCPT ); Wed, 15 Jul 2020 12:45:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726650AbgGOQnA (ORCPT ); Wed, 15 Jul 2020 12:43:00 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7DEAC08C5DB; Wed, 15 Jul 2020 09:42:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=UI209VaVgLVtLDvGHZJ5clTxaOJ58/1Jnsaaq1VKr68=; b=TpShXHQ0+uBq3X0YsvQ62wexxg n6saSIwslO+PqPV5rRQo51Z+OCSMnrbzTLZAAtTUrODl0sfi5SIDOMAE4URX0pu0b9LJyTQuut6ag HXqutG6+YBmNhlybO7HWm/ZPYVOU89OtHyq+5xd8ythzOB80kBMEcZk7Os0oq36d5yIJszg3T3utP 5Y40VI1pomq0bRF5gkeFRyErCOefRjW0Hp/fWMkg829Pu/ojdDIf24rYgSbT+JY84wYjcphBQ8MYk CNCYC7/xi/h8d4hlcc7ZOBLblMbDEQpBHwYsvKH9F/fMAcEk4J/X1WgicMzCBavKEjxgtILNo2+JQ 5Q3zobBQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUk-0000Bh-3f; Wed, 15 Jul 2020 16:42:58 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 5/9 v2 net-next] net: caif: drop duplicate words in comments Date: Wed, 15 Jul 2020 09:42:42 -0700 Message-Id: <20200715164246.9054-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled words "or" and "the" in several comments. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/net/caif/caif_layer.h | 4 ++-- include/uapi/linux/caif/caif_socket.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- linux-next-20200714.orig/include/net/caif/caif_layer.h +++ linux-next-20200714/include/net/caif/caif_layer.h @@ -156,7 +156,7 @@ struct cflayer { * CAIF packets upwards in the stack. * Packet handling rules: * - The CAIF packet (cfpkt) ownership is passed to the - * called receive function. This means that the the + * called receive function. This means that the * packet cannot be accessed after passing it to the * above layer using up->receive(). * @@ -184,7 +184,7 @@ struct cflayer { * CAIF packet downwards in the stack. * Packet handling rules: * - The CAIF packet (cfpkt) ownership is passed to the - * transmit function. This means that the the packet + * transmit function. This means that the packet * cannot be accessed after passing it to the below * layer using dn->transmit(). * --- linux-next-20200714.orig/include/uapi/linux/caif/caif_socket.h +++ linux-next-20200714/include/uapi/linux/caif/caif_socket.h @@ -169,7 +169,7 @@ struct sockaddr_caif { * @CAIFSO_LINK_SELECT: Selector used if multiple CAIF Link layers are * available. Either a high bandwidth * link can be selected (CAIF_LINK_HIGH_BANDW) or - * or a low latency link (CAIF_LINK_LOW_LATENCY). + * a low latency link (CAIF_LINK_LOW_LATENCY). * This option is of type __u32. * Alternatively SO_BINDTODEVICE can be used. * From patchwork Wed Jul 15 16:42:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329685 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=UyT29T+C; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NY16fcVz9sTM for ; Thu, 16 Jul 2020 02:45:25 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727115AbgGOQnX (ORCPT ); Wed, 15 Jul 2020 12:43:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726848AbgGOQnC (ORCPT ); Wed, 15 Jul 2020 12:43:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BC03C08C5DD; Wed, 15 Jul 2020 09:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=rVogcT426PGyLvoUNdTgr7VENg0eIIZYWQNj2Y9szTg=; b=UyT29T+CfhuGwocKjAuPAoT3Me urnys3Tm0QaAmf9KtBCldbm7CY70Azn/6Fq8iJ0uwagPj3nUXgFfAcuv0AjiNQoiXclXuYYOPM1iV uvdhIsHnC6yTuCRNBitmUEeBGSEA7MGSSpI/aTaCDhRFn/Asflurvq3mj61+C6CFYDJCHRLntkQCo UQX5DWe63beKLP18Xyy2pi4toP+5TRdBV4ZMiTvsTxCGRCresfEj0AHY5MXHAvVYXt3xRjwJ1MVWb QOe2WBixkjxtIqUkrIbJfSdyjqc6IphTUhNcD30QfPiLh2xlrdWA9PevSPiKM7RofqFBFMohDooeg dzYcs5hQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUm-0000Bh-7v; Wed, 15 Jul 2020 16:43:00 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 6/9 v2 net-next] net: dsa.h: drop duplicate word in comment Date: Wed, 15 Jul 2020 09:42:43 -0700 Message-Id: <20200715164246.9054-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled word "to" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/net/dsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/net/dsa.h +++ linux-next-20200714/include/net/dsa.h @@ -612,7 +612,7 @@ struct dsa_switch_ops { * MTU change functionality. Switches can also adjust their MRU through * this method. By MTU, one understands the SDU (L2 payload) length. * If the switch needs to account for the DSA tag on the CPU port, this - * method needs to to do so privately. + * method needs to do so privately. */ int (*port_change_mtu)(struct dsa_switch *ds, int port, int new_mtu); From patchwork Wed Jul 15 16:42:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329678 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=X02g21ms; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NVw0N5hz9sSn for ; Thu, 16 Jul 2020 02:43:36 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728063AbgGOQna (ORCPT ); Wed, 15 Jul 2020 12:43:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726859AbgGOQnE (ORCPT ); Wed, 15 Jul 2020 12:43:04 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1417C061755; Wed, 15 Jul 2020 09:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=w7JZTeu1VBjKmQFYJ4UVm6XlML5JSLLBrBKAwYZP1sI=; b=X02g21msjtU7jGCjpEDQiNzSrT FJRhv38+J9cMCp7ng59RZkr+tH0CxVIgEacZqXmN99+zowP5jeFQv6RjRuhPwKtFQ6ZeLYvIATMfM PZWQBjtGTL738U+QyR7zOubsL5bbfL7ffnvF9A8mq7hL9f7Z15U8bnmluTTq0O/ZGKu/qpxiP9AB/ pSe4fMUnz1YNijQAROdVn6EjnyNw1B/p3hkb5fAnqSDBPfm7etmvY6NFy1NbqgVbIlLh5GjvsynyT dWKOjmtuUbXS/l/oY9O94JhCp8yoMgCYuxwiVeRTFTg8sNq/OMmqaVFmKICNi9w9wrpZiHxCHP+St 3piHEE0w==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUo-0000Bh-22; Wed, 15 Jul 2020 16:43:02 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 7/9 v2 net-next] net: ip6_fib.h: drop duplicate word in comment Date: Wed, 15 Jul 2020 09:42:44 -0700 Message-Id: <20200715164246.9054-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/net/ip6_fib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/net/ip6_fib.h +++ linux-next-20200714/include/net/ip6_fib.h @@ -166,7 +166,7 @@ struct fib6_info { struct fib6_node __rcu *fib6_node; /* Multipath routes: - * siblings is a list of fib6_info that have the the same metric/weight, + * siblings is a list of fib6_info that have the same metric/weight, * destination, but not the same gateway. nsiblings is just a cache * to speed up lookup. */ From patchwork Wed Jul 15 16:42:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329687 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=BZ/0uNju; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NYH391Xz9sTN for ; Thu, 16 Jul 2020 02:45:39 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728109AbgGOQpg (ORCPT ); Wed, 15 Jul 2020 12:45:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726796AbgGOQnG (ORCPT ); Wed, 15 Jul 2020 12:43:06 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91AEFC08C5DB; Wed, 15 Jul 2020 09:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=Wag+6AWqN8ATXVdQfk0Cfq9siIHE+ASqKdT77w0Aj3s=; b=BZ/0uNjuOL3EGBCl1bZI3KLvGP NAiZQITNDiERKzJxHI85GjbeVz1fmg0iB60ur81cRraB42FslsixcysOu+xoQP9lFRKQIAo2Vh85i ZWeV6ZoTmWLp+ftF+YDQ2/ge0RlYIt8ov/LlbXA3he/6mpfokMgtdUDrWeiaVMQKOPb1VVG5Mg4wo Fa8upnHvMYrAKTnC1VSZ04kEgwBSfhjgTX/uF6tqZk49DH9QkKEcCnuFCnVysPlb89fNVz8V+9XA3 Z78U72CJOQMuhQt+rHBSbEgZ9io09febQhnO3m4q4LQoGluGGq/jAkPeOwyC/9KblRcyXJufLPgMo Arz0Aanw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUp-0000Bh-QA; Wed, 15 Jul 2020 16:43:04 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 8/9 v2 net-next] net: sctp: drop duplicate words in comments Date: Wed, 15 Jul 2020 09:42:45 -0700 Message-Id: <20200715164246.9054-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop doubled words in several comments. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series. include/net/sctp/sctp.h | 2 +- include/net/sctp/structs.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- linux-next-20200714.orig/include/net/sctp/sctp.h +++ linux-next-20200714/include/net/sctp/sctp.h @@ -291,7 +291,7 @@ atomic_dec(&sctp_dbg_objcnt_## name) #define SCTP_DBG_OBJCNT(name) \ atomic_t sctp_dbg_objcnt_## name = ATOMIC_INIT(0) -/* Macro to help create new entries in in the global array of +/* Macro to help create new entries in the global array of * objcnt counters. */ #define SCTP_DBG_OBJCNT_ENTRY(name) \ --- linux-next-20200714.orig/include/net/sctp/structs.h +++ linux-next-20200714/include/net/sctp/structs.h @@ -1398,7 +1398,7 @@ struct sctp_stream_priorities { struct list_head prio_sched; /* List of streams scheduled */ struct list_head active; - /* The next stream stream in line */ + /* The next stream in line */ struct sctp_stream_out_ext *next; __u16 prio; }; @@ -1460,7 +1460,7 @@ struct sctp_stream { struct { /* List of streams scheduled */ struct list_head rr_list; - /* The next stream stream in line */ + /* The next stream in line */ struct sctp_stream_out_ext *rr_next; }; }; @@ -1770,7 +1770,7 @@ struct sctp_association { int max_burst; /* This is the max_retrans value for the association. This value will - * be initialized initialized from system defaults, but can be + * be initialized from system defaults, but can be * modified by the SCTP_ASSOCINFO socket option. */ int max_retrans; From patchwork Wed Jul 15 16:42:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1329681 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=L4aE+Yg3; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4B6NXJ4STwz9sSn for ; Thu, 16 Jul 2020 02:44:48 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726890AbgGOQnj (ORCPT ); Wed, 15 Jul 2020 12:43:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726941AbgGOQnH (ORCPT ); Wed, 15 Jul 2020 12:43:07 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 566DCC061755; Wed, 15 Jul 2020 09:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=fhXbIAxOvLawpatfmd6lRi0iAaY9jxDHPqpleO//3Xk=; b=L4aE+Yg3g1NbIvla3uOY8nNuvv xHro/LRvFK2/1oCCYve7o20YWbymTbGUTb3U6vqrRMEQKc8zf6LCT7YbKi0iN7hnr55biodcie9+g 0pftmi5/kQpan8J/DPjOGJMmohAANrK19Wv1ZB7vxwCRflQluT09FtXcAD7WOcsVe6aw8j4K2/l0F WsA6LanSiURbIVRjsEnD2lZsEeFjw+PdjFfxFRpTumFToHQUo6igYc2x9ZsIvt7nUwDR5L+7KUalY skYi/R+8rR+IIF2p2EkNiOM9l+wJ2yc71Kfc87zkutPDMy9WTV5ZyBiXr1bZ6JDTIjpftevy/8CuO wB7Pr/OQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvkUr-0000Bh-Gd; Wed, 15 Jul 2020 16:43:06 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: [PATCH 9/9 v2 net-next] net: ipv6: drop duplicate word in comment Date: Wed, 15 Jul 2020 09:42:46 -0700 Message-Id: <20200715164246.9054-9-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715164246.9054-1-rdunlap@infradead.org> References: <20200715164246.9054-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop the doubled word "by" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org --- v2: move wireless patches to a separate patch series, though this one is a new patch. include/linux/ipv6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/linux/ipv6.h +++ linux-next-20200714/include/linux/ipv6.h @@ -223,7 +223,7 @@ struct ipv6_pinfo { /* * Packed in 16bits. - * Omit one shift by by putting the signed field at MSB. + * Omit one shift by putting the signed field at MSB. */ #if defined(__BIG_ENDIAN_BITFIELD) __s16 hop_limit:9;