Skip to content

Commit

Permalink
net: qed: drop duplicate words in comments
Browse files Browse the repository at this point in the history
Drop doubled word "the" in two comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent 404fc93 commit 0d80b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/linux/qed/qed_chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion include/linux/qed/qed_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 0d80b76

Please sign in to comment.