Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f675b710 authored by Rishabh Garg's avatar Rishabh Garg Committed by Gerrit - the friendly Code Review server
Browse files

msm:ipa: Fix compilation error misleading indentation



Resolves the compilation error -misleading-indentation.

Change-Id: Icc7720550aac4d302d2017deb965e5b75a4a4765
Signed-off-by: default avatarRishabh Garg <rishgarg@codeaurora.org>
parent 0e71976f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -671,10 +671,10 @@ static int ipa_uc_ntn_disconn_pipes(struct ipa_uc_offload_ctx *ntn_ctx)
						 ret);
		return -EFAULT;
	}
	if (ntn_ctx->conn.dl.smmu_enabled)
	if (ntn_ctx->conn.dl.smmu_enabled) {
		ipa_uc_ntn_free_conn_smmu_info(&ntn_ctx->conn.dl);

		ipa_uc_ntn_free_conn_smmu_info(&ntn_ctx->conn.ul);
	}

	return ret;
}