From patchwork Sat Aug 22 23:13:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349758 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=merlin.20170209 header.b=DkUvPcvl; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMs0RMRz9sTT for ; Sun, 23 Aug 2020 09:14:01 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728254AbgHVXNv (ORCPT ); Sat, 22 Aug 2020 19:13:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725959AbgHVXNt (ORCPT ); Sat, 22 Aug 2020 19:13:49 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C91F4C061573 for ; Sat, 22 Aug 2020 16:13:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=clDOXbnck/TQTfZEav1cvaV06z3YPUix8kx6bmElCX4=; b=DkUvPcvlFUvJQ+YGZ5nNo2VhKL YnWwje2jF4Rhdn+p5MvQxLmBPp+7EmpEST1c2pDYHFYemhbjlyhEo6oh+vZOKPmj+EtNUgEk+oy7v pbjwlJmeNw8szvRsrX+GGvlDaxO+EVAoIgJKnscGUYJh2tZPwFiQqoj+lCEt2wAupOcVEn6gbTDKG qpFi5Li4dqe72wgvm4gjFMGkx3NfGZbvfudgJAy7Edcn8FsyTWahzNfUoLLmd59UNxTr0rBsCqLbS 7v1XEb7C+qeS4j44MjgHsM3hEvigWoWL9z1hdWAnIqTVPKIy2ZbbJFSBlu0GS72DHXZkHX/YpshO3 HjhaBV2w==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chk-0006Nf-7S; Sat, 22 Aug 2020 23:13:44 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 1/8] net: batman-adv: bridge_loop_avoidance.c: delete duplicated word Date: Sat, 22 Aug 2020 16:13:28 -0700 Message-Id: <20200822231335.31304-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated word "function". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/bridge_loop_avoidance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/bridge_loop_avoidance.c +++ linux-next-20200731/net/batman-adv/bridge_loop_avoidance.c @@ -1795,7 +1795,7 @@ batadv_bla_loopdetect_check(struct batad ret = queue_work(batadv_event_workqueue, &backbone_gw->report_work); - /* backbone_gw is unreferenced in the report work function function + /* backbone_gw is unreferenced in the report work function * if queue_work() call was successful */ if (!ret) From patchwork Sat Aug 22 23:13:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349757 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=merlin.20170209 header.b=SMwGI9VW; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMr4RHWz9sTS for ; Sun, 23 Aug 2020 09:14:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728371AbgHVXNw (ORCPT ); Sat, 22 Aug 2020 19:13:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728133AbgHVXNu (ORCPT ); Sat, 22 Aug 2020 19:13:50 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EC47C061575 for ; Sat, 22 Aug 2020 16:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=6iPn1VUo19LSSYj6bSZnvl+VseqjiVxzX1FEi/rV9hI=; b=SMwGI9VWkqMet8j6aOzjUg2G6z Cv4vJ9nO2zf2CRsXmbCa6xGFeCyJ/RYpLbhkNPR8p0ShDd2uZ6zRWQTQ2jQyDhGyhjo7o8W77zoyi A+KQz0OCaoySjvSx+aUv/0G5VCtLizpE9Yo7dKDi6itfoBif/Er9JdF5okvR0VqXedoHsn2Gep5Pb I8bvLpiAPoYnHDbct4I4jcmZ1UfCQhLCw+EeJjWbYKcvCdwwYEUaDqtcKoGUlhuDs6cS+KcfYVRjj GA8P+4w+htzZ2Xbf3Ey9u1RaSmBdZYjQztEX9nRhpQ5tIjrZQqSNXduz5rpW0RkQg23tpZNTpNPdz NasgSdfQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chn-0006Nf-GC; Sat, 22 Aug 2020 23:13:48 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 2/8] net: batman-adv: fragmentation.c: delete duplicated word Date: Sat, 22 Aug 2020 16:13:29 -0700 Message-Id: <20200822231335.31304-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated word "not". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/fragmentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/fragmentation.c +++ linux-next-20200731/net/batman-adv/fragmentation.c @@ -306,7 +306,7 @@ free: * set *skb to merged packet; 2) Packet is buffered: Return true and set *skb * to NULL; 3) Error: Return false and free skb. * - * Return: true when the packet is merged or buffered, false when skb is not not + * Return: true when the packet is merged or buffered, false when skb is not * used. */ bool batadv_frag_skb_buffer(struct sk_buff **skb, From patchwork Sat Aug 22 23:13:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349759 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=merlin.20170209 header.b=z20Zptkk; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMs34kHz9sTW for ; Sun, 23 Aug 2020 09:14:01 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728412AbgHVXN7 (ORCPT ); Sat, 22 Aug 2020 19:13:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728133AbgHVXNx (ORCPT ); Sat, 22 Aug 2020 19:13:53 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17F5AC061573 for ; Sat, 22 Aug 2020 16:13:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=v0B/+HI6ggac/A7ReSzJ51fZmoHn2VaJGqjN9k4WXks=; b=z20ZptkkIquGhsNSoJIetLFhpc 6TVl658IxST5bhwlHPgFKqalvYMpwQDlG6jTQdYA7fPDGmo3aCp6k6cm5ozgimExkxEq+3vIdvGGV EfFiVqzEJidvz4WqPDmUnZdw0I90t1whRGHN7atoVTmSe6XzIU7aC6j9AOtdmjthyhRy3wfxYhPtS LEVstbZzDBijr1iQxXTSbpnZursozFayZdukEQZFp639WRsyf57r8cfO0329JHVzjk3C0bmRA01Dc P5K88G5tbwoNXtTji3pfXrTtkVEZbYFlqaFGy170fTDzwynupHwmM8ir6DQio0ChoMOGeE6E4B8SG dz1Gljqw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chq-0006Nf-OV; Sat, 22 Aug 2020 23:13:51 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 3/8] net: batman-adv: hard-interface.c: delete duplicated word + fix punctuation Date: Sat, 22 Aug 2020 16:13:30 -0700 Message-Id: <20200822231335.31304-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated word "table". End a sentence with a period. Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/hard-interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/hard-interface.c +++ linux-next-20200731/net/batman-adv/hard-interface.c @@ -599,7 +599,7 @@ out: /* report to the other components the maximum amount of bytes that * batman-adv can send over the wire (without considering the payload * overhead). For example, this value is used by TT to compute the - * maximum local table table size + * maximum local table size. */ atomic_set(&bat_priv->packet_size_max, min_mtu); From patchwork Sat Aug 22 23:13:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349760 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=merlin.20170209 header.b=duG/Yx9w; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMt0KgJz9sTR for ; Sun, 23 Aug 2020 09:14:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728444AbgHVXOA (ORCPT ); Sat, 22 Aug 2020 19:14:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728380AbgHVXN5 (ORCPT ); Sat, 22 Aug 2020 19:13:57 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 591E4C061574 for ; Sat, 22 Aug 2020 16:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=jENYl1OSBF/+Iv8H/gJatl840RBcx43dTVhR8Z4P6Rc=; b=duG/Yx9w3D25esHS6yp0wBGvw3 airUMb6FHz7mxoESAMOft2NzH4tuS/K3lf3gezqhWtQFMpXnOH5Op++bn6QvSWMzxiF1qd2GIow/L U3PUyyLy2GF68o1Rsrf1xXsKvly+QkxzKacipmdJJoWbyCLz59vj8WHglu/hK6d30Iqwsj2IJuSrp KJYPrx95Y3ouZi83I6Bm2jdWl1Ezy2vcDNYgEpZ5n+7K1qgCKt2EcaXWrM2SRM0iLwDpOubyRgBx7 TvDrLNCD0tF9URcqTIlW9BHKirF5DtgYLJzPguMVK7XOhyYsptR3y8A7MtnIkNFKfNkBRVahL8DSo Qr2SRZUg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chu-0006Nf-0O; Sat, 22 Aug 2020 23:13:54 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 4/8] net: batman-adv: multicast.c: delete duplicated word Date: Sat, 22 Aug 2020 16:13:31 -0700 Message-Id: <20200822231335.31304-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated word "multicast". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/multicast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/multicast.c +++ linux-next-20200731/net/batman-adv/multicast.c @@ -207,7 +207,7 @@ static u8 batadv_mcast_mla_rtr_flags_bri return BATADV_MCAST_WANT_NO_RTR4 | BATADV_MCAST_WANT_NO_RTR6; /* TODO: ask the bridge if a multicast router is present (the bridge - * is capable of performing proper RFC4286 multicast multicast router + * is capable of performing proper RFC4286 multicast router * discovery) instead of searching for a ff02::2 listener here */ ret = br_multicast_list_adjacent(dev, &bridge_mcast_list); From patchwork Sat Aug 22 23:13:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349761 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=merlin.20170209 header.b=QXmgoTrI; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMx2W1zz9sTR for ; Sun, 23 Aug 2020 09:14:05 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728453AbgHVXOE (ORCPT ); Sat, 22 Aug 2020 19:14:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728413AbgHVXN7 (ORCPT ); Sat, 22 Aug 2020 19:13:59 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E2BBC061573 for ; Sat, 22 Aug 2020 16:13:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=jN0keby5tgRTIpkJS5lSU+8rJVPstHTKjDGQectMSts=; b=QXmgoTrIZzmFgk6XzTEDSUzImZ MBxMZaBP/HJP5xUj/CrDZyf5RgTWRWFHQ3eUgN5Byur8aZYJ6WkcfiDA1pR1uN6jFPgoeaBllsjfa m5xJfck83p3f5dm3yo7xb/qDAwW9tvVCQ6XAhvxFRer3Y0pAkSzHs+XJ+fcgVw7mcVaVG0K8t7LRH I6kE1upj550VgrJj+0SPORrH3z2uHoJXlqM0jqfmbwo2LPDuJJHNAwogig5uJ4mzDZEesTQm6AEYP FS99uO0P74LYhs6lXGXF1draHsEQWVXF4YRO7mnonYPvkg3cR+G3idJ2kSv+nBv9hSdNzFn4IsiKH 2L1Y4vLA==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chx-0006Nf-8q; Sat, 22 Aug 2020 23:13:57 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 5/8] net: batman-adv: network-coding.c: fix duplicated word Date: Sat, 22 Aug 2020 16:13:32 -0700 Message-Id: <20200822231335.31304-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 Change "is is" to "it is". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/network-coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/network-coding.c +++ linux-next-20200731/net/batman-adv/network-coding.c @@ -250,7 +250,7 @@ static void batadv_nc_path_put(struct ba /** * batadv_nc_packet_free() - frees nc packet * @nc_packet: the nc packet to free - * @dropped: whether the packet is freed because is is dropped + * @dropped: whether the packet is freed because it is dropped */ static void batadv_nc_packet_free(struct batadv_nc_packet *nc_packet, bool dropped) From patchwork Sat Aug 22 23:13:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349762 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=merlin.20170209 header.b=QRll0Kt2; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMz2K3yz9sTR for ; Sun, 23 Aug 2020 09:14:07 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728480AbgHVXOG (ORCPT ); Sat, 22 Aug 2020 19:14:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728454AbgHVXOE (ORCPT ); Sat, 22 Aug 2020 19:14:04 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F29EBC061573 for ; Sat, 22 Aug 2020 16:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=eSP15c+BrHm987EqEjGAno3ZUqcOU4FHWI9USPH8hxw=; b=QRll0Kt2a9074fTxLVvEsdr3iZ 0ZVHCvcNqNp2y1fnr+mLLd5tAbpkT3F18E6FbpJId2gqvuAeW9Qlba+OtFD0ZMA50geFF+ABCq4Ps 9/lsQqDOIMPatrHC1qFMwGR5V16rtPkvG1V4Q0BMqQDP9X9U1uIrOqyO9YQgrEi6VcGEWJzpCXvdI Xx98KBJtm9ipqh8AXaY+vOeGnZXBr9mYiKBf1akkpNBt76tsEuJzLPxQfvNUBfAPrdwbHe+4luF9Z YInBStUa84p8xN04kZPVLuRWN3PC8SBYixOVJ0ubCYxACNmzUisoS0mHUj1algdtiu+JseZ70xaBG kCGEc0QQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9ci0-0006Nf-Gh; Sat, 22 Aug 2020 23:14:01 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 6/8] net: batman-adv: send.c: fix duplicated word Date: Sat, 22 Aug 2020 16:13:33 -0700 Message-Id: <20200822231335.31304-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 Change "is is" to "it is". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/send.c +++ linux-next-20200731/net/batman-adv/send.c @@ -461,7 +461,7 @@ int batadv_send_skb_via_gw(struct batadv /** * batadv_forw_packet_free() - free a forwarding packet * @forw_packet: The packet to free - * @dropped: whether the packet is freed because is is dropped + * @dropped: whether the packet is freed because it is dropped * * This frees a forwarding packet and releases any resources it might * have claimed. From patchwork Sat Aug 22 23:13:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349763 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=merlin.20170209 header.b=09huZ4Qu; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvN41Jrxz9sTR for ; Sun, 23 Aug 2020 09:14:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728523AbgHVXOI (ORCPT ); Sat, 22 Aug 2020 19:14:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728454AbgHVXOG (ORCPT ); Sat, 22 Aug 2020 19:14:06 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EC5BC061573 for ; Sat, 22 Aug 2020 16:14:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=AQKkkVjR6UlOMmTuk0bmVSARYGJQD8WUkNffq9263Ig=; b=09huZ4QuQms/HGGmKr8GiUaoMU eEWcvgiEbMYVD9vpcLxuy98HW1sJptUl6/lpX80smJBREON2ti7Fze5nc79fTLbm8X9QGyCUUOWf/ olUQnoTFcT33Cne8c8r7L9+m4yj4IDKn+CN4uGjCu9cBwDh5TmlJCNfgKoD3OjaHY3FLhPY4imfmR QTuxdooQ4bgnZ65Ix5KtYcUfkIRafjaazbd0EYWcfX1D76F/n/RZjy3agoAONSHBrh8pwpfHAMapJ TmZssahddBVSFwjslp5N0tdS46a7EQoduoeiVNuvk03UDVNQ3eEItWF4UWWbeNEBIC1zh2ykLzjvd 6J+hBPJA==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9ci3-0006Nf-Qz; Sat, 22 Aug 2020 23:14:04 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 7/8] net: batman-adv: soft-interface.c: delete duplicated words Date: Sat, 22 Aug 2020 16:13:34 -0700 Message-Id: <20200822231335.31304-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated word "the" in two places. Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/soft-interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200731.orig/net/batman-adv/soft-interface.c +++ linux-next-20200731/net/batman-adv/soft-interface.c @@ -649,7 +649,7 @@ static void batadv_softif_destroy_vlan(s /** * batadv_interface_add_vid() - ndo_add_vid API implementation * @dev: the netdev of the mesh interface - * @proto: protocol of the the vlan id + * @proto: protocol of the vlan id * @vid: identifier of the new vlan * * Set up all the internal structures for handling the new vlan on top of the @@ -707,7 +707,7 @@ static int batadv_interface_add_vid(stru /** * batadv_interface_kill_vid() - ndo_kill_vid API implementation * @dev: the netdev of the mesh interface - * @proto: protocol of the the vlan id + * @proto: protocol of the vlan id * @vid: identifier of the deleted vlan * * Destroy all the internal structures used to handle the vlan identified by vid From patchwork Sat Aug 22 23:13:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349764 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=merlin.20170209 header.b=LJgTBaMv; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvN673Qmz9sTR for ; Sun, 23 Aug 2020 09:14:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728545AbgHVXON (ORCPT ); Sat, 22 Aug 2020 19:14:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728527AbgHVXOK (ORCPT ); Sat, 22 Aug 2020 19:14:10 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83A06C061573 for ; Sat, 22 Aug 2020 16:14:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.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=S+FPpVijMG08FT12uXFjTaQyoZqQXqUSzSZgfsXA7u8=; b=LJgTBaMvmoNXi8acOHxw7tC91L ykgr3Vgr5ngzxZ2Qim7bc31cFcJmbD0CLpom8NbTwN+EpUg392XK5ws2BJVoZ6Qcr5aEtIdXE0Xap ITgpT8xZMuHl2iJvcpx+kGSI8u/eYgfPcgbQezozDFFcSoLW5JHdI2vgIjb0J1QDYvl0yv+M2XA8F 9IahxImuLsDS0kKh/VpufWcozrt6ul+ePmsznpZ9cAKUHdu2tC5Txo1CdzYkN0jSzLFmXDELJuxdf GbVCgIt9v/p446I1Oce5F1VInb/pT9jkWHoW409pYYgSjRm5G9n28B5Iv71mAg/FuOrbEghKuPt+N SHJsXVMg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9ci7-0006Nf-72; Sat, 22 Aug 2020 23:14:07 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 8/8] net: batman-adv: types.h: delete duplicated words Date: Sat, 22 Aug 2020 16:13:35 -0700 Message-Id: <20200822231335.31304-9-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-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 repeated words "time" and "address". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200731.orig/net/batman-adv/types.h +++ linux-next-20200731/net/batman-adv/types.h @@ -1492,7 +1492,7 @@ struct batadv_tp_vars { /** @unacked_lock: protect unacked_list */ spinlock_t unacked_lock; - /** @last_recv_time: time time (jiffies) a msg was received */ + /** @last_recv_time: time (jiffies) a msg was received */ unsigned long last_recv_time; /** @refcount: number of context where the object is used */ @@ -1996,7 +1996,7 @@ struct batadv_tt_change_node { */ struct batadv_tt_req_node { /** - * @addr: mac address address of the originator this request was sent to + * @addr: mac address of the originator this request was sent to */ u8 addr[ETH_ALEN];