linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/9 v2 net-next] net: qed: drop duplicate words in comments
@ 2020-07-15 16:42 Randy Dunlap
  2020-07-15 16:42 ` [PATCH 2/9 v2 net-next] net: skbuff.h: " Randy Dunlap
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-15 16:42 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
---
v2: move wireless patches to a separate patch series.

 include/linux/qed/qed_chain.h |    2 +-
 include/linux/qed/qed_if.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200714.orig/include/linux/qed/qed_chain.h
+++ linux-next-20200714/include/linux/qed/qed_chain.h
@@ -130,7 +130,7 @@ struct qed_chain {
 	} pbl_sp;
 
 	/* Address of first page of the chain - the address is required
-	 * for fastpath operation [consume/produce] but only for the the SINGLE
+	 * for fastpath operation [consume/produce] but only for the SINGLE
 	 * flavour which isn't considered fastpath [== SPQ].
 	 */
 	void *p_virt_addr;
--- linux-next-20200714.orig/include/linux/qed/qed_if.h
+++ linux-next-20200714/include/linux/qed/qed_if.h
@@ -498,7 +498,7 @@ struct qed_fcoe_pf_params {
 	u8 bdq_pbl_num_entries[2];
 };
 
-/* Most of the the parameters below are described in the FW iSCSI / TCP HSI */
+/* Most of the parameters below are described in the FW iSCSI / TCP HSI */
 struct qed_iscsi_pf_params {
 	u64 glbl_q_params_addr;
 	u64 bdq_pbl_base_addr[3];

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 16:42 [PATCH 1/9 v2 net-next] net: qed: drop duplicate words in comments Randy Dunlap
2020-07-15 16:42 ` [PATCH 2/9 v2 net-next] net: skbuff.h: " Randy Dunlap
2020-07-15 16:42 ` [PATCH 3/9 v2 net-next] net: wimax: fix " Randy Dunlap
2020-07-16  3:34   ` Jakub Kicinski
2020-07-16  3:35     ` Randy Dunlap
2020-07-16  3:50       ` Jakub Kicinski
2020-07-15 16:42 ` [PATCH 4/9 v2 net-next] net: 9p: drop duplicate word in comment Randy Dunlap
2020-07-15 16:42 ` [PATCH 5/9 v2 net-next] net: caif: drop duplicate words in comments Randy Dunlap
2020-07-15 16:42 ` [PATCH 6/9 v2 net-next] net: dsa.h: drop duplicate word in comment Randy Dunlap
2020-07-15 16:42 ` [PATCH 7/9 v2 net-next] net: ip6_fib.h: " Randy Dunlap
2020-07-15 16:42 ` [PATCH 8/9 v2 net-next] net: sctp: drop duplicate words in comments Randy Dunlap
2020-07-15 16:42 ` [PATCH 9/9 v2 net-next] net: ipv6: drop duplicate word in comment Randy Dunlap

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).