On Mon, 10 Feb 2025 09:50:17 +0800 Bingbin Chen <[email protected]> wrote:
> + p_temp_data = temp_data;
> + for (i = 0; i < 4; i++) {
> + rc = zxdh_np_reg_read(dev_id,
> +
> ZXDH_SMMU0_SMMU0_CPU_IND_RDAT0R + i,
> + 0,
> + 0,
> + p_temp_data + 3 - i);
> + ZXDH_COMM_CHECK_DEV_RC_UNLOCK(dev_id, rc, "zxdh_np_reg_read",
> p_ind_mutex);
> + }
Looks like lots of extra indentation here
(could be mailer just getting confused).

