summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/spl-boot-order.c
diff options
context:
space:
mode:
authorThomas Hebb <tommyhebb@gmail.com>2019-11-13 18:18:03 -0800
committerTom Rini <trini@konsulko.com>2019-12-03 08:43:23 -0500
commit32f2ca2a7e2ec3ecd0cfd56faebf4003001226fd (patch)
tree738383ff9ec849bcb34f3a3e53ac0de433cd2d38 /arch/arm/mach-rockchip/spl-boot-order.c
parent983c0f91d8644c74a781dd63d5fe9f86c1f9d827 (diff)
cosmetic: Fix spelling and whitespace errors
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Diffstat (limited to 'arch/arm/mach-rockchip/spl-boot-order.c')
-rw-r--r--arch/arm/mach-rockchip/spl-boot-order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c
index fa8e096426..c147d5821e 100644
--- a/arch/arm/mach-rockchip/spl-boot-order.c
+++ b/arch/arm/mach-rockchip/spl-boot-order.c
@@ -35,7 +35,7 @@ static int spl_node_to_boot_device(int node)
/*
* This should eventually move into the SPL code, once SPL becomes
* aware of the block-device layer. Until then (and to avoid unneeded
- * delays in getting this feature out, it lives at the board-level).
+ * delays in getting this feature out), it lives at the board-level.
*/
if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) {
struct udevice *dev;