From patchwork Sat Aug 22 23:19:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349773 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=aAzIgMxU; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvVw1c2tz9sTR for ; Sun, 23 Aug 2020 09:20:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728469AbgHVXUH (ORCPT ); Sat, 22 Aug 2020 19:20:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727792AbgHVXUC (ORCPT ); Sat, 22 Aug 2020 19:20:02 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31F8BC061574; Sat, 22 Aug 2020 16:20: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=ff0QBRhB1nNLDhUI1Xp1o62KpueSz58fVp2BodyAIAo=; b=aAzIgMxUCzH4+FeGc0cmfJBeyn c2uvVLDI+BDC7V2NFKoLvq1d/v5/JA6Yn+Ke/oAf8Tgx4yvs7qp++mNFUopaxfpXm/5SYCKbeslSU bIdmK0AI08HVvn6cxTjncN+inTsTFOOEgfJk8SI+vithkw2eRDzzTAPNLeetG5r5CaKyEw9gSrJAv gDDJezORBQKN1dykRPmzYBWBOc6uHHic/F31NSNb7F8CmD8cIOdkS1hEkMPaC4/ZkhxBlZSNsC1lV 79S0XmtuznUgE1hihSG/NJX2Solvk6SPZJdYqlCKdOPMIVLzYx2u0rnKD6ySdRZhbwO3FHiDMmeFU 4ROqCIIA==; 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 1k9cnn-0006fS-Pr; Sat, 22 Aug 2020 23:20:00 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 1/7] net: mac80211: agg-rx.c: fix duplicated words Date: Sat, 22 Aug 2020 16:19:47 -0700 Message-Id: <20200822231953.465-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 "If if" to "If it". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/mac80211/agg-rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/mac80211/agg-rx.c +++ linux-next-20200731/net/mac80211/agg-rx.c @@ -350,7 +350,7 @@ void ___ieee80211_start_rx_ba_session(st sta->sta.addr, tid); /* We have no API to update the timeout value in the * driver so reject the timeout update if the timeout - * changed. If if did not change, i.e., no real update, + * changed. If it did not change, i.e., no real update, * just reply with success. */ rcu_read_lock(); From patchwork Sat Aug 22 23:19:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349774 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=zQL7nWTE; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvVw4ySGz9sTS for ; Sun, 23 Aug 2020 09:20:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728531AbgHVXUI (ORCPT ); Sat, 22 Aug 2020 19:20:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727797AbgHVXUE (ORCPT ); Sat, 22 Aug 2020 19:20:04 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 622ECC061575; Sat, 22 Aug 2020 16:20:04 -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=kOLzG1/3voVnbRG1POVfM7xr2nMy3QnryFm1D6I44WA=; b=zQL7nWTEyt5EhSgNZwvooYVJN4 0Z5IHeKmeq5O/I34xm8ub/ac2i96YFv5QL7NCyYfzzvCwrKCrKn1hOEgOrolbWZ+NFhDdx0qbLGQz w+WBXBLWsh/7NztPWasKW0aBHOvrPPep0h0jRgpNQ8PXVOQfeItcZjDjc5W3nTeMud3cabEbwd/3l 0YvFcS+5IQjYIvbbgUsPJAZQD0UxpKMb904WzrtDdiLbzXnpfuBPEvN43URjLjx2kYr1R0kD7R8wB iV0WjTiLmb69/EJvyZkzoH0/u6/F3GlZYuZ0tVtD0dm9JoBkzYyFQIkCCEZgc1xLI+NqaNvOVWoKa AqMEGk0g==; 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 1k9cnq-0006fS-1X; Sat, 22 Aug 2020 23:20:02 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 2/7] net: mac80211: mesh.h: delete duplicated word Date: Sat, 22 Aug 2020 16:19:48 -0700 Message-Id: <20200822231953.465-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 "address". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/mac80211/mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/mac80211/mesh.c +++ linux-next-20200731/net/mac80211/mesh.c @@ -672,7 +672,7 @@ void ieee80211_mesh_root_setup(struct ie * @hdr: 802.11 frame header * @fc: frame control field * @meshda: destination address in the mesh - * @meshsa: source address address in the mesh. Same as TA, as frame is + * @meshsa: source address in the mesh. Same as TA, as frame is * locally originated. * * Return the length of the 802.11 (does not include a mesh control header) From patchwork Sat Aug 22 23:19:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349775 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=C5PhS7mK; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvVz0nrcz9sTR for ; Sun, 23 Aug 2020 09:20:11 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728678AbgHVXUK (ORCPT ); Sat, 22 Aug 2020 19:20:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728471AbgHVXUH (ORCPT ); Sat, 22 Aug 2020 19:20:07 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA36FC061573; Sat, 22 Aug 2020 16:20: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=n0p5iGhWUSGOL3k2alvtEOGSryhOBqldrStK+lXELs4=; b=C5PhS7mKOgpo5YTQOrA5Ge7Y+k Qg0LFMnvGZOj7d7eNawuSbLmwbawTa0nzCjRWZEluF4wEx6laBDEYCe586vICghjmHAPv58yElYTi eBZQMVMluw6bxz4qctjT7gGoEVH5AyGuj5vEP7NuAKm5h33awcFaDat2nzRcL1IXrdJjNYcAyr/G0 h1bxulU77MGw46WcPwVK6AIdSSgGLNgaQBtgieQgetwNhU0nXhEOdaUZjvE2S9wqfmYDh2d9aKngY D7S5gEEtXHpUFFnsASyDUUf0q+s9fhewCl7gMyWDwuIaWa4LBCq2M1Bpgd6XJrTtb+l4pnGXGvkL4 9b0ZNH0Q==; 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 1k9cns-0006fS-BH; Sat, 22 Aug 2020 23:20:04 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 3/7] net: wireless: delete duplicated word + fix grammar Date: Sat, 22 Aug 2020 16:19:49 -0700 Message-Id: <20200822231953.465-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 "Return" + fix verb. Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/wireless/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200731.orig/net/wireless/core.h +++ linux-next-20200731/net/wireless/core.h @@ -466,8 +466,8 @@ extern struct work_struct cfg80211_disco * * Checks if chandef is usable and we can/need start CAC on such channel. * - * Return: Return true if all channels available and at least - * one channel require CAC (NL80211_DFS_USABLE) + * Return: true if all channels available and at least + * one channel requires CAC (NL80211_DFS_USABLE) */ bool cfg80211_chandef_dfs_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef); From patchwork Sat Aug 22 23:19:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349779 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=cB/+VEXE; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvWC61Jzz9sTT for ; Sun, 23 Aug 2020 09:20:23 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728705AbgHVXUM (ORCPT ); Sat, 22 Aug 2020 19:20:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728587AbgHVXUJ (ORCPT ); Sat, 22 Aug 2020 19:20:09 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 031FEC061573; Sat, 22 Aug 2020 16:20: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=8sDcbx6ET5LsLHs28DzlqTG03lhMvq/QOg1sev/yQ9o=; b=cB/+VEXEnv7glpnFNNkH6jCMi5 MXWa46Bpq41c+maCXRpVSYfNzdF7MRNInS/GZWcE6zLqssfegCzKwfvmiCvBPTe7XhvPNHdaBVnGe LjRBPOkk2Ts3BaLM9I5y5bbtjkdde4bkuX/E+ftYfJFFBMHNxbSGn16rNM1hPD3IO7GcWqhq8Lvtd ASSOEjGHER7ytH/MIeRitQMaGVZaaNk2sRXQwW0z4RIr2oG8+zeN40CoGcXAG4xYaDNrMsNapCelP plCirbKUSDtILSB/wvQ02nVJL+rBe8KZQDapHCbyse8legEp1ETMxqWqWXGKOifQX4k1ptCzoBy1G XvUp1ClA==; 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 1k9cnu-0006fS-Ka; Sat, 22 Aug 2020 23:20:07 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 4/7] net: wireless: reg.c: delete duplicated words + fix punctuation Date: Sat, 22 Aug 2020 16:19:50 -0700 Message-Id: <20200822231953.465-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 duplicated words "was" and "does". Fix "let's" apostrophe. Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/wireless/reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200731.orig/net/wireless/reg.c +++ linux-next-20200731/net/wireless/reg.c @@ -1594,7 +1594,7 @@ freq_reg_info_regd(u32 center_freq, /* * We only need to know if one frequency rule was - * was in center_freq's band, that's enough, so lets + * in center_freq's band, that's enough, so let's * not overwrite it once found */ if (!band_rule_found) @@ -3167,7 +3167,7 @@ static void restore_custom_reg_settings( * - send a user regulatory hint if applicable * * Device drivers that send a regulatory hint for a specific country - * keep their own regulatory domain on wiphy->regd so that does does + * keep their own regulatory domain on wiphy->regd so that does * not need to be remembered. */ static void restore_regulatory_settings(bool reset_user, bool cached) From patchwork Sat Aug 22 23:19:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349776 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=0O4J3QQ3; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvW33lq8z9sTR for ; Sun, 23 Aug 2020 09:20:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728732AbgHVXUO (ORCPT ); Sat, 22 Aug 2020 19:20:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728471AbgHVXUL (ORCPT ); Sat, 22 Aug 2020 19:20:11 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F9A8C061573; Sat, 22 Aug 2020 16:20:11 -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=mUAIXl9ziS9Dy527yDyaaODRWy/HydfseT9udN/NtsU=; b=0O4J3QQ3eCbKVcLFNG1IJgMPOW 5M9VAM7aqJYYYzrFgKIHE64Ci0md0bcbW4xAIUit9819ir1Cc80MBWaXrJ7GrE0GBM2Ca2KdKnMcd 7KIKQitEMWasNxI7nadpWhdJBJgf3jSNmP5daayApyisZcLhAshmAlTKdXt9Y5GcLmWBbX3swHcn+ Fy6NMDtwAFuW2NuzvQ7KaEuD2cpbAfhWr+7mJpgZtje4Z4A2lU132Eq0o8rhJMQrezFEH9NPiM8K/ 0ZAfSDjYNE/7ays+PvNboJ3WMncW+3hgQ3DuDxMMhndvy5GW7R0pM6MQC5YZZnd5lx3kXrZ1gXcQd 2xHUQ2ZQ==; 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 1k9cnw-0006fS-Vr; Sat, 22 Aug 2020 23:20:09 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 5/7] net: wireless: scan.c: delete or fix duplicated words Date: Sat, 22 Aug 2020 16:19:51 -0700 Message-Id: <20200822231953.465-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 repeated word "stored". Change "is is" to "it is". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/wireless/scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200731.orig/net/wireless/scan.c +++ linux-next-20200731/net/wireless/scan.c @@ -55,7 +55,7 @@ * * Also note that the hidden_beacon_bss pointer is only relevant * if the driver uses something other than the IEs, e.g. private - * data stored stored in the BSS struct, since the beacon IEs are + * data stored in the BSS struct, since the beacon IEs are * also linked into the probe response struct. */ @@ -1488,7 +1488,7 @@ static const struct element ielen - (mbssid_end - ie)); /* - * If is is not the last subelement in current MBSSID IE or there isn't + * If it is not the last subelement in current MBSSID IE or there isn't * a next MBSSID IE - profile is complete. */ if ((sub_elem->data + sub_elem->datalen < mbssid_end - 1) || From patchwork Sat Aug 22 23:19:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349777 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=1Fu3DkI3; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvW53mJpz9sTR for ; Sun, 23 Aug 2020 09:20:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728747AbgHVXUP (ORCPT ); Sat, 22 Aug 2020 19:20:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728730AbgHVXUO (ORCPT ); Sat, 22 Aug 2020 19:20:14 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C477C061573; Sat, 22 Aug 2020 16:20:13 -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=0wXB/mgeIwbJYY2UNE96VGoeNw63NhFlkhHFN9WE9L8=; b=1Fu3DkI30QaUwOCvEEvpEYo0RF Y/GFySs0HzvPs5whIQGpIFcLtxMU3mzDU/KgdNvVgVaZ9RgDdSRZT1aVirQTHgVavFsy8fYId0p7B Iu7+ucN8+816Be9wpjXd97WlUlpJsyQj9/N1hkD/2vT/seGCnAzgs/xUhibagzGBCqTTS5fPKh90p 2D7z52duToGKAClvbvSCTiWcQKb0FqVPYPaxkOgNepWwv7s1jxWXDeWz7hoF44KRGWD0S0uauC7j7 D9gMRt/vhBw+cdxDLcuhlxpspnG3vQJu0tS+qvKDTQ2JKQ33dclOLSNp+W+ADpe6YM9ff5wEApvGh HfNmdjiw==; 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 1k9cnz-0006fS-8m; Sat, 22 Aug 2020 23:20:11 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 6/7] net: wireless: sme.c: delete duplicated word Date: Sat, 22 Aug 2020 16:19:52 -0700 Message-Id: <20200822231953.465-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 "is". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/wireless/sme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/wireless/sme.c +++ linux-next-20200731/net/wireless/sme.c @@ -24,7 +24,7 @@ /* * Software SME in cfg80211, using auth/assoc/deauth calls to the - * driver. This is is for implementing nl80211's connect/disconnect + * driver. This is for implementing nl80211's connect/disconnect * and wireless extensions (if configured.) */ From patchwork Sat Aug 22 23:19:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349778 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=zbP4rpjx; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvW91rkrz9sTR for ; Sun, 23 Aug 2020 09:20:21 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728758AbgHVXUU (ORCPT ); Sat, 22 Aug 2020 19:20:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728453AbgHVXUQ (ORCPT ); Sat, 22 Aug 2020 19:20:16 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE67CC061573; Sat, 22 Aug 2020 16:20:15 -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=dQqjOIWCPu934+wIYtojwVYSS4Jg4qt14CP2WUE+w6o=; b=zbP4rpjxBXIHZxvdahRbaBoY6W TMuzrBxnCER7b0tWQO6UgHtPmrw01Mt/x/SiKFEwSCMi5ovvmAktPOuEXUUnqQIthPFYhX+7UGOT7 d08D471+16pusDroRYoX9MZNTA8x2c1YQPiIZY52u5BLmz5EN/aoHxAztUu+m1iGD6JKS/S/UwRkp 7xgv5BUhZjCplqmB/7sS449G4u4CJbHmtSfCjZEoMCegtr/3Gp+K+pMWCPdkXAPc2nCZO3lFa+kbE O2p/gl5kndn64zAntYBMVRw5U02WL4hu5zseab47RTW7CnGdHgOHKwQPO3nidSaHwdY82HuQyrmr3 ZXDypRoQ==; 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 1k9co1-0006fS-JM; Sat, 22 Aug 2020 23:20:14 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Johannes Berg , Kalle Valo , linux-wireless@vger.kernel.org Subject: [PATCH 7/7] net: wireless: wext_compat.c: delete duplicated word Date: Sat, 22 Aug 2020 16:19:53 -0700 Message-Id: <20200822231953.465-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231953.465-1-rdunlap@infradead.org> References: <20200822231953.465-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 "be". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org --- net/wireless/wext-compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/wireless/wext-compat.c +++ linux-next-20200731/net/wireless/wext-compat.c @@ -497,7 +497,7 @@ static int __cfg80211_set_encryption(str /* * We only need to store WEP keys, since they're the only keys that - * can be be set before a connection is established and persist after + * can be set before a connection is established and persist after * disconnecting. */ if (!addr && (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||