[PATCH 3/6] ufs: amd-versal2: Fix indent

Neil Armstrong neil.armstrong at linaro.org
Tue Oct 28 09:14:57 CET 2025


On 10/27/25 18:06, Marek Vasut wrote:
> Fix indent, use tabs. No functional change.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
> ---
> Cc: Bhupesh Sharma <bhupesh.linux at gmail.com>
> Cc: Casey Connolly <casey.connolly at linaro.org>
> Cc: Michal Simek <michal.simek at amd.com>
> Cc: Neha Malcom Francis <n-francis at ti.com>
> Cc: Neil Armstrong <neil.armstrong at linaro.org>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Sumit Garg <sumit.garg at kernel.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Tuyen Dang <tuyen.dang.xa at renesas.com>
> Cc: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh at renesas.com>
> Cc: u-boot-qcom at groups.io
> Cc: u-boot at lists.denx.de
> ---
>   drivers/ufs/ufs-amd-versal2.c | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/ufs/ufs-amd-versal2.c b/drivers/ufs/ufs-amd-versal2.c
> index 896dda2de4e..89931921ff9 100644
> --- a/drivers/ufs/ufs-amd-versal2.c
> +++ b/drivers/ufs/ufs-amd-versal2.c
> @@ -330,7 +330,7 @@ static int ufs_versal2_init(struct ufs_hba *hba)
>   		return PTR_ERR(priv->rstphy);
>   	}
>   
> -	ret =  zynqmp_pm_ufs_cal_reg(&cal);
> +	ret = zynqmp_pm_ufs_cal_reg(&cal);
>   	if (ret)
>   		return ret;
>   
> @@ -567,9 +567,9 @@ static const struct udevice_id ufs_versal2_ids[] = {
>   };
>   
>   U_BOOT_DRIVER(ufs_versal2_pltfm) = {
> -	.name           = "ufs-versal2-pltfm",
> -	.id             = UCLASS_UFS,
> -	.of_match       = ufs_versal2_ids,
> -	.probe          = ufs_versal2_probe,
> -	.bind           = ufs_versal2_bind,
> +	.name		= "ufs-versal2-pltfm",
> +	.id		= UCLASS_UFS,
> +	.of_match	= ufs_versal2_ids,
> +	.probe		= ufs_versal2_probe,
> +	.bind		= ufs_versal2_bind,
>   };

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list