[PATCH v1 14/14] net/zxdh: clean stat values

Stephen Hemminger stephen at networkplumber.org
Mon Feb 10 18:50:47 CET 2025


On Mon, 10 Feb 2025 09:50:17 +0800
Bingbin Chen <chen.bingbin at zte.com.cn> 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).


More information about the dev mailing list