OSDN Git Service

net: qed: drop duplicate words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:38 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:28:39 +0000 (20:28 -0700)
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>
include/linux/qed/qed_chain.h
include/linux/qed/qed_if.h

index 92cdc79..7071dc9 100644 (file)
@@ -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;
index 90e1060..8a6e3ad 100644 (file)
@@ -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];