diff options
author | Max Gurtovoy <mgurtovoy@nvidia.com> | 2023-03-30 16:13:33 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-04-03 15:38:29 +0300 |
commit | 070fc1c0e272a03c194bb1a54565d8eda23960a5 (patch) | |
tree | 9c2015fc5b4c822b959c3baaf2ff7d770c3bfd76 | |
parent | 92363895b6c31bb5ba846b1f04cf624b8ed893a6 (diff) |
IB/iser: remove redundant new line
This commit doesn't change any logic.
Reviewed-by: Sergey Gorenko <sergeygo@nvidia.com>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Link: https://lore.kernel.org/r/20230330131333.37900-3-mgurtovoy@nvidia.com
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
-rw-r--r-- | drivers/infiniband/ulp/iser/iser_initiator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/iser/iser_initiator.c b/drivers/infiniband/ulp/iser/iser_initiator.c index 354928408399..39ea73f69016 100644 --- a/drivers/infiniband/ulp/iser/iser_initiator.c +++ b/drivers/infiniband/ulp/iser/iser_initiator.c @@ -460,7 +460,6 @@ int iser_send_data_out(struct iscsi_conn *conn, struct iscsi_task *task, iser_dbg("data-out itt: %d, offset: %ld, sz: %ld\n", itt, buf_offset, data_seg_len); - err = iser_post_send(&iser_conn->ib_conn, tx_desc); if (!err) return 0; |