[PATCH v4 07/12] rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure
Kever Yang
kever.yang at rock-chips.com
Wed Apr 6 16:44:16 CEST 2022
On 2022/4/4 07:06, Johan Jonker wrote:
> The line with .of_to_plat in the U_BOOT_DRIVER structure
> of dw-apb-timer.c is not aligned with the rest.
> Add an extra TAB to fix the whitespace.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> drivers/timer/dw-apb-timer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c
> index f722697934..10f0a9f646 100644
> --- a/drivers/timer/dw-apb-timer.c
> +++ b/drivers/timer/dw-apb-timer.c
> @@ -120,7 +120,7 @@ U_BOOT_DRIVER(snps_dw_apb_timer) = {
> .ops = &dw_apb_timer_ops,
> .probe = dw_apb_timer_probe,
> .of_match = dw_apb_timer_ids,
> - .of_to_plat = dw_apb_timer_of_to_plat,
> + .of_to_plat = dw_apb_timer_of_to_plat,
> .remove = dw_apb_timer_remove,
> .priv_auto = sizeof(struct dw_apb_timer_priv),
> .plat_auto = sizeof(struct dw_apb_timer_plat),
More information about the U-Boot
mailing list