linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
@ 2020-07-15  2:59 Randy Dunlap
  2020-07-15  2:59 ` [PATCH 02/13 net-next] net: wireless.h: drop duplicate word " Randy Dunlap
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 include/uapi/linux/nl80211.h |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

--- linux-next-20200714.orig/include/uapi/linux/nl80211.h
+++ linux-next-20200714/include/uapi/linux/nl80211.h
@@ -363,7 +363,7 @@
  * @NL80211_CMD_SET_STATION: Set station attributes for station identified by
  *	%NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
  * @NL80211_CMD_NEW_STATION: Add a station with given attributes to the
- *	the interface identified by %NL80211_ATTR_IFINDEX.
+ *	interface identified by %NL80211_ATTR_IFINDEX.
  * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
  *	or, if no MAC address given, all stations, on the interface identified
  *	by %NL80211_ATTR_IFINDEX. %NL80211_ATTR_MGMT_SUBTYPE and
@@ -383,7 +383,7 @@
  * @NL80211_CMD_DEL_MPATH: Delete a mesh path to the destination given by
  *	%NL80211_ATTR_MAC.
  * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the
- *	the interface identified by %NL80211_ATTR_IFINDEX.
+ *	interface identified by %NL80211_ATTR_IFINDEX.
  * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
  *	or, if no MAC address given, all mesh paths, on the interface identified
  *	by %NL80211_ATTR_IFINDEX.
@@ -934,7 +934,7 @@
  * @NL80211_CMD_SET_COALESCE: Configure coalesce rules or clear existing rules.
  *
  * @NL80211_CMD_CHANNEL_SWITCH: Perform a channel switch by announcing the
- *	the new channel information (Channel Switch Announcement - CSA)
+ *	new channel information (Channel Switch Announcement - CSA)
  *	in the beacon for some time (as defined in the
  *	%NL80211_ATTR_CH_SWITCH_COUNT parameter) and then change to the
  *	new channel. Userspace provides the new channel information (using
@@ -1113,7 +1113,7 @@
  *	randomization may be enabled and configured by specifying the
  *	%NL80211_ATTR_MAC and %NL80211_ATTR_MAC_MASK attributes.
  *	If a timeout is requested, use the %NL80211_ATTR_TIMEOUT attribute.
- *	A u64 cookie for further %NL80211_ATTR_COOKIE use is is returned in
+ *	A u64 cookie for further %NL80211_ATTR_COOKIE use is returned in
  *	the netlink extended ack message.
  *
  *	To cancel a measurement, close the socket that requested it.
@@ -1511,7 +1511,7 @@ enum nl80211_commands {
  *	rates as defined by IEEE 802.11 7.3.2.2 but without the length
  *	restriction (at most %NL80211_MAX_SUPP_RATES).
  * @NL80211_ATTR_STA_VLAN: interface index of VLAN interface to move station
- *	to, or the AP interface the station was originally added to to.
+ *	to, or the AP interface the station was originally added to.
  * @NL80211_ATTR_STA_INFO: information about a station, part of station info
  *	given for %NL80211_CMD_GET_STATION, nested attribute containing
  *	info as possible, see &enum nl80211_sta_info.
@@ -2084,7 +2084,7 @@ enum nl80211_commands {
  * @NL80211_ATTR_STA_SUPPORTED_CHANNELS: array of supported channels.
  *
  * @NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES: array of supported
- *      supported operating classes.
+ *      operating classes.
  *
  * @NL80211_ATTR_HANDLE_DFS: A flag indicating whether user space
  *	controls DFS operation in IBSS mode. If the flag is included in
@@ -2395,7 +2395,7 @@ enum nl80211_commands {
  *      nl80211_txq_stats)
  * @NL80211_ATTR_TXQ_LIMIT: Total packet limit for the TXQ queues for this phy.
  *      The smaller of this and the memory limit is enforced.
- * @NL80211_ATTR_TXQ_MEMORY_LIMIT: Total memory memory limit (in bytes) for the
+ * @NL80211_ATTR_TXQ_MEMORY_LIMIT: Total memory limit (in bytes) for the
  *      TXQ queues for this phy. The smaller of this and the packet limit is
  *      enforced.
  * @NL80211_ATTR_TXQ_QUANTUM: TXQ scheduler quantum (bytes). Number of bytes
@@ -5636,7 +5636,7 @@ enum nl80211_feature_flags {
  * enum nl80211_ext_feature_index - bit index of extended features.
  * @NL80211_EXT_FEATURE_VHT_IBSS: This driver supports IBSS with VHT datarates.
  * @NL80211_EXT_FEATURE_RRM: This driver supports RRM. When featured, user can
- *	can request to use RRM (see %NL80211_ATTR_USE_RRM) with
+ *	request to use RRM (see %NL80211_ATTR_USE_RRM) with
  *	%NL80211_CMD_ASSOCIATE and %NL80211_CMD_CONNECT requests, which will set
  *	the ASSOC_REQ_USE_RRM flag in the association request even if
  *	NL80211_FEATURE_QUIET is not advertized.
@@ -6045,7 +6045,7 @@ enum nl80211_dfs_state {
 };
 
 /**
- * enum enum nl80211_protocol_features - nl80211 protocol features
+ * enum nl80211_protocol_features - nl80211 protocol features
  * @NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP: nl80211 supports splitting
  *	wiphy dumps (if requested by the application with the attribute
  *	%NL80211_ATTR_SPLIT_WIPHY_DUMP. Also supported is filtering the

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 02/13 net-next] net: wireless.h: drop duplicate word in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 03/13 net-next] net: qed: drop duplicate words " Randy Dunlap
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "threshold" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 include/uapi/linux/wireless.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/uapi/linux/wireless.h
+++ linux-next-20200714/include/uapi/linux/wireless.h
@@ -914,7 +914,7 @@ union iwreq_data {
 	struct iw_param	sens;		/* signal level threshold */
 	struct iw_param	bitrate;	/* default bit rate */
 	struct iw_param	txpower;	/* default transmit power */
-	struct iw_param	rts;		/* RTS threshold threshold */
+	struct iw_param	rts;		/* RTS threshold */
 	struct iw_param	frag;		/* Fragmentation threshold */
 	__u32		mode;		/* Operation mode */
 	struct iw_param	retry;		/* Retry limits & lifetime */

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 03/13 net-next] net: qed: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
  2020-07-15  2:59 ` [PATCH 02/13 net-next] net: wireless.h: drop duplicate word " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 04/13 net-next] net: skbuff.h: " Randy Dunlap
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "the" in two comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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];

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 04/13 net-next] net: skbuff.h: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
  2020-07-15  2:59 ` [PATCH 02/13 net-next] net: wireless.h: drop duplicate word " Randy Dunlap
  2020-07-15  2:59 ` [PATCH 03/13 net-next] net: qed: drop duplicate words " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 05/13 net-next] net: wimax: fix " Randy Dunlap
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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
  *
  */

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 05/13 net-next] net: wimax: fix duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (2 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 04/13 net-next] net: skbuff.h: " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 06/13 net-next] net: 9p: drop duplicate word in comment Randy Dunlap
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words in two comments.
Fix a spello/typo.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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.
  *

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 06/13 net-next] net: 9p: drop duplicate word in comment
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (3 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 05/13 net-next] net: wimax: fix " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 07/13 net-next] net: caif: drop duplicate words in comments Randy Dunlap
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "not" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 07/13 net-next] net: caif: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (4 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 06/13 net-next] net: 9p: drop duplicate word in comment Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 08/13 net-next] net: cfg80211.h: " Randy Dunlap
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words "or" and "the" in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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.
  *

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 08/13 net-next] net: cfg80211.h: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (5 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 07/13 net-next] net: caif: drop duplicate words in comments Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 09/13 net-next] net: dsa.h: drop duplicate word in comment Randy Dunlap
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "by" in a comment.
Change "operate in in" to "operate with in" as is used below.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 include/net/cfg80211.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200714.orig/include/net/cfg80211.h
+++ linux-next-20200714/include/net/cfg80211.h
@@ -423,7 +423,7 @@ struct ieee80211_edmg {
  * This structure describes a frequency band a wiphy
  * is able to operate in.
  *
- * @channels: Array of channels the hardware can operate in
+ * @channels: Array of channels the hardware can operate with
  *	in this band.
  * @band: the band this structure represents
  * @n_channels: Number of channels in @channels
@@ -5510,7 +5510,7 @@ static inline int ieee80211_data_to_8023
  *
  * @skb: The input A-MSDU frame without any headers.
  * @list: The output list of 802.3 frames. It must be allocated and
- *	initialized by by the caller.
+ *	initialized by the caller.
  * @addr: The device MAC address.
  * @iftype: The device interface type.
  * @extra_headroom: The hardware extra headroom for SKBs in the @list.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 09/13 net-next] net: dsa.h: drop duplicate word in comment
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (6 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 08/13 net-next] net: cfg80211.h: " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 10/13 net-next] net: ip6_fib.h: " Randy Dunlap
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "to" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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);

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 10/13 net-next] net: ip6_fib.h: drop duplicate word in comment
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (7 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 09/13 net-next] net: dsa.h: drop duplicate word in comment Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 11/13 net-next] net: mac80211.h: drop duplicate words in comments Randy Dunlap
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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.
 	 */

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 11/13 net-next] net: mac80211.h: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (8 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 10/13 net-next] net: ip6_fib.h: " Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 12/13 net-next] net: regulatory.h: drop duplicate word in comment Randy Dunlap
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words "are" and "by" in comments.
Change doubled "to to" to "to the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 include/net/mac80211.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-next-20200714.orig/include/net/mac80211.h
+++ linux-next-20200714/include/net/mac80211.h
@@ -2727,7 +2727,7 @@ void ieee80211_free_txskb(struct ieee802
  * for devices that support offload of data packets (e.g. ARP responses).
  *
  * Mac80211 drivers should set the @NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 flag
- * when they are able to replace in-use PTK keys according to to following
+ * when they are able to replace in-use PTK keys according to the following
  * requirements:
  * 1) They do not hand over frames decrypted with the old key to
       mac80211 once the call to set_key() with command %DISABLE_KEY has been
@@ -4709,7 +4709,7 @@ void ieee80211_tx_status_irqsafe(struct
  *
  * Call this function for all transmitted data frames after their transmit
  * completion. This callback should only be called for data frames which
- * are are using driver's (or hardware's) offload capability of encap/decap
+ * are using driver's (or hardware's) offload capability of encap/decap
  * 802.11 frames.
  *
  * This function may not be called in IRQ context. Calls to this function
@@ -6344,7 +6344,7 @@ void ieee80211_unreserve_tid(struct ieee
  *
  * Note that this must be called in an rcu_read_lock() critical section,
  * which can only be released after the SKB was handled. Some pointers in
- * skb->cb, e.g. the key pointer, are protected by by RCU and thus the
+ * skb->cb, e.g. the key pointer, are protected by RCU and thus the
  * critical section must persist not just for the duration of this call
  * but for the duration of the frame handling.
  * However, also note that while in the wake_tx_queue() method,

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 12/13 net-next] net: regulatory.h: drop duplicate word in comment
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (9 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 11/13 net-next] net: mac80211.h: drop duplicate words in comments Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15  2:59 ` [PATCH 13/13 net-next] net: sctp: drop duplicate words in comments Randy Dunlap
  2020-07-15 15:48 ` [PATCH 01/13 net-next] net: nl80211.h: " Jakub Kicinski
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled word "of" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 include/net/regulatory.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/net/regulatory.h
+++ linux-next-20200714/include/net/regulatory.h
@@ -44,7 +44,7 @@ enum environment_cap {
  *	and potentially inform users of which devices specifically
  *	cased the conflicts.
  * @initiator: indicates who sent this request, could be any of
- *	of those set in nl80211_reg_initiator (%NL80211_REGDOM_SET_BY_*)
+ *	those set in nl80211_reg_initiator (%NL80211_REGDOM_SET_BY_*)
  * @alpha2: the ISO / IEC 3166 alpha2 country code of the requested
  *	regulatory domain. We have a few special codes:
  *	00 - World regulatory domain

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 13/13 net-next] net: sctp: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (10 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 12/13 net-next] net: regulatory.h: drop duplicate word in comment Randy Dunlap
@ 2020-07-15  2:59 ` Randy Dunlap
  2020-07-15 15:48 ` [PATCH 01/13 net-next] net: nl80211.h: " Jakub Kicinski
  12 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15  2:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, netdev

Drop doubled words in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 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;

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
                   ` (11 preceding siblings ...)
  2020-07-15  2:59 ` [PATCH 13/13 net-next] net: sctp: drop duplicate words in comments Randy Dunlap
@ 2020-07-15 15:48 ` Jakub Kicinski
  2020-07-15 16:06   ` Johannes Berg
  2020-07-15 16:12   ` Joe Perches
  12 siblings, 2 replies; 19+ messages in thread
From: Jakub Kicinski @ 2020-07-15 15:48 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, David S. Miller, netdev, johannes

On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:
> Drop doubled words in several comments.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: netdev@vger.kernel.org

Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.

Would you mind splitting those 5 patches out to a separate series and
sending to him?

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15 15:48 ` [PATCH 01/13 net-next] net: nl80211.h: " Jakub Kicinski
@ 2020-07-15 16:06   ` Johannes Berg
  2020-07-15 16:11     ` Randy Dunlap
  2020-07-15 16:12   ` Joe Perches
  1 sibling, 1 reply; 19+ messages in thread
From: Johannes Berg @ 2020-07-15 16:06 UTC (permalink / raw)
  To: Jakub Kicinski, Randy Dunlap; +Cc: linux-kernel, David S. Miller, netdev

On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote:
> On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:
> > Drop doubled words in several comments.
> > 
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Cc: Jakub Kicinski <kuba@kernel.org>
> > Cc: netdev@vger.kernel.org
> 
> Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.

It can go to you if you like, for this, I have no problem with that.
Though I saw only the subject right now :)

> Would you mind splitting those 5 patches out to a separate series and
> sending to him?

linux-wireless@vger.kernel.org would be most important in that case, so
patchwork there picks it up.

Thanks,
johannes


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15 16:06   ` Johannes Berg
@ 2020-07-15 16:11     ` Randy Dunlap
  0 siblings, 0 replies; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15 16:11 UTC (permalink / raw)
  To: Johannes Berg, Jakub Kicinski; +Cc: linux-kernel, David S. Miller, netdev

On 7/15/20 9:06 AM, Johannes Berg wrote:
> On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote:
>> On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:
>>> Drop doubled words in several comments.
>>>
>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: "David S. Miller" <davem@davemloft.net>
>>> Cc: Jakub Kicinski <kuba@kernel.org>
>>> Cc: netdev@vger.kernel.org
>>
>> Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.
> 
> It can go to you if you like, for this, I have no problem with that.
> Though I saw only the subject right now :)
> 
>> Would you mind splitting those 5 patches out to a separate series and
>> sending to him?

I found another net patch that I missed, so I will add that one
and also split the patches + resend.

> linux-wireless@vger.kernel.org would be most important in that case, so
> patchwork there picks it up.

Thanks.
-- 
~Randy


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15 15:48 ` [PATCH 01/13 net-next] net: nl80211.h: " Jakub Kicinski
  2020-07-15 16:06   ` Johannes Berg
@ 2020-07-15 16:12   ` Joe Perches
  2020-07-15 16:18     ` Randy Dunlap
  1 sibling, 1 reply; 19+ messages in thread
From: Joe Perches @ 2020-07-15 16:12 UTC (permalink / raw)
  To: Jakub Kicinski, Randy Dunlap
  Cc: linux-kernel, David S. Miller, netdev, johannes

On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote:
> On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:
> > Drop doubled words in several comments.
> > 
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Cc: Jakub Kicinski <kuba@kernel.org>
> > Cc: netdev@vger.kernel.org
> 
> Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.
> 
> Would you mind splitting those 5 patches out to a separate series and
> sending to him?

Do I understand you to want separate patches
for separate sections of individual files?

I think that's a bit much...



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15 16:12   ` Joe Perches
@ 2020-07-15 16:18     ` Randy Dunlap
  2020-07-15 16:27       ` Jakub Kicinski
  0 siblings, 1 reply; 19+ messages in thread
From: Randy Dunlap @ 2020-07-15 16:18 UTC (permalink / raw)
  To: Joe Perches, Jakub Kicinski
  Cc: linux-kernel, David S. Miller, netdev, johannes

On 7/15/20 9:12 AM, Joe Perches wrote:
> On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote:
>> On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:
>>> Drop doubled words in several comments.
>>>
>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: "David S. Miller" <davem@davemloft.net>
>>> Cc: Jakub Kicinski <kuba@kernel.org>
>>> Cc: netdev@vger.kernel.org
>>
>> Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.
>>
>> Would you mind splitting those 5 patches out to a separate series and
>> sending to him?
> 
> Do I understand you to want separate patches
> for separate sections of individual files?
> 
> I think that's a bit much...

I plan to move wireless.h, regulatory.h, nl80211.h,
mac80211.h, and cfg80211.h patches to a wireless patch series.

wimax can stay in net?? (I hope.)


-- 
~Randy


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments
  2020-07-15 16:18     ` Randy Dunlap
@ 2020-07-15 16:27       ` Jakub Kicinski
  0 siblings, 0 replies; 19+ messages in thread
From: Jakub Kicinski @ 2020-07-15 16:27 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Joe Perches, linux-kernel, David S. Miller, netdev, johannes

On Wed, 15 Jul 2020 09:18:40 -0700 Randy Dunlap wrote:
> On 7/15/20 9:12 AM, Joe Perches wrote:
> > On Wed, 2020-07-15 at 08:48 -0700, Jakub Kicinski wrote:  
> >> On Tue, 14 Jul 2020 19:59:02 -0700 Randy Dunlap wrote:  
> >>> Drop doubled words in several comments.
> >>>
> >>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> >>> Cc: "David S. Miller" <davem@davemloft.net>
> >>> Cc: Jakub Kicinski <kuba@kernel.org>
> >>> Cc: netdev@vger.kernel.org  
> >>
> >> Hi Randy, the WiFi stuff goes through Johannes's mac80211 tree.
> >>
> >> Would you mind splitting those 5 patches out to a separate series and
> >> sending to him?  
> > 
> > Do I understand you to want separate patches
> > for separate sections of individual files?
> > 
> > I think that's a bit much...  
> 
> I plan to move wireless.h, regulatory.h, nl80211.h,
> mac80211.h, and cfg80211.h patches to a wireless patch series.
> 
> wimax can stay in net?? (I hope.)

Yup! Sounds right, wimax can go to net-next. Thanks for doing this.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-07-15 16:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  2:59 [PATCH 01/13 net-next] net: nl80211.h: drop duplicate words in comments Randy Dunlap
2020-07-15  2:59 ` [PATCH 02/13 net-next] net: wireless.h: drop duplicate word " Randy Dunlap
2020-07-15  2:59 ` [PATCH 03/13 net-next] net: qed: drop duplicate words " Randy Dunlap
2020-07-15  2:59 ` [PATCH 04/13 net-next] net: skbuff.h: " Randy Dunlap
2020-07-15  2:59 ` [PATCH 05/13 net-next] net: wimax: fix " Randy Dunlap
2020-07-15  2:59 ` [PATCH 06/13 net-next] net: 9p: drop duplicate word in comment Randy Dunlap
2020-07-15  2:59 ` [PATCH 07/13 net-next] net: caif: drop duplicate words in comments Randy Dunlap
2020-07-15  2:59 ` [PATCH 08/13 net-next] net: cfg80211.h: " Randy Dunlap
2020-07-15  2:59 ` [PATCH 09/13 net-next] net: dsa.h: drop duplicate word in comment Randy Dunlap
2020-07-15  2:59 ` [PATCH 10/13 net-next] net: ip6_fib.h: " Randy Dunlap
2020-07-15  2:59 ` [PATCH 11/13 net-next] net: mac80211.h: drop duplicate words in comments Randy Dunlap
2020-07-15  2:59 ` [PATCH 12/13 net-next] net: regulatory.h: drop duplicate word in comment Randy Dunlap
2020-07-15  2:59 ` [PATCH 13/13 net-next] net: sctp: drop duplicate words in comments Randy Dunlap
2020-07-15 15:48 ` [PATCH 01/13 net-next] net: nl80211.h: " Jakub Kicinski
2020-07-15 16:06   ` Johannes Berg
2020-07-15 16:11     ` Randy Dunlap
2020-07-15 16:12   ` Joe Perches
2020-07-15 16:18     ` Randy Dunlap
2020-07-15 16:27       ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).