diff for duplicates of <20200529083918.GA1298465@mwanda> diff --git a/a/1.txt b/N1/1.txt index 5c70b0d..3fa8077 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ index 6454ac4ad06f0..c597d7281629b 100644 + dmac = (u8 *)attr->ah_attr.roce.dmac; /* when dmac equals smac or loop_idc is 1, it should loopback */ if (ether_addr_equal_unaligned(dmac, smac) || - hr_dev->loop_idc = 0x1) { + hr_dev->loop_idc == 0x1) { @@ -4053,7 +4054,6 @@ static int modify_qp_init_to_rtr(struct ib_qp *ibqp, roce_set_field(qpc_mask->byte_20_smac_sgid_idx, V2_QPC_BYTE_20_SGID_IDX_M, V2_QPC_BYTE_20_SGID_IDX_S, 0); diff --git a/a/content_digest b/N1/content_digest index adafeb6..f0c88c6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()\0" - "Date\0Fri, 29 May 2020 08:39:18 +0000\0" + "Date\0Fri, 29 May 2020 11:39:18 +0300\0" "To\0Lijun Ou <oulijun@huawei.com>" " Xi Wang <wangxi11@huawei.com>\0" "Cc\0Wei Hu(Xavier) <huwei87@hisilicon.com>" @@ -31,7 +31,7 @@ "+\tdmac = (u8 *)attr->ah_attr.roce.dmac;\n" " \t/* when dmac equals smac or loop_idc is 1, it should loopback */\n" " \tif (ether_addr_equal_unaligned(dmac, smac) ||\n" - " \t hr_dev->loop_idc = 0x1) {\n" + " \t hr_dev->loop_idc == 0x1) {\n" "@@ -4053,7 +4054,6 @@ static int modify_qp_init_to_rtr(struct ib_qp *ibqp,\n" " \troce_set_field(qpc_mask->byte_20_smac_sgid_idx,\n" " \t\t V2_QPC_BYTE_20_SGID_IDX_M, V2_QPC_BYTE_20_SGID_IDX_S, 0);\n" @@ -43,4 +43,4 @@ "-- \n" 2.26.2 -49d6de5ca187361e16fcfeb31b4b10251b7a2f3cf75913f35d31cab6759dfce4 +60799e6ef7c6d1b81eea24f942fc69732044795f22cb370a0baa604753346d1b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.