]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure
authorJohan Jonker <jbx6244@gmail.com>
Sat, 9 Apr 2022 16:55:07 +0000 (18:55 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 18 Apr 2022 03:25:13 +0000 (11:25 +0800)
commit2d480ca4c78e7a63b86aacd665573fb803871277
treeb85ece9410e2cacf05578cc87f50799576c33873
parent3ebb9d8bd314d31841718342572728fc10625de8
rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/timer/dw-apb-timer.c