summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Obbard <[email protected]>2024-03-14 11:57:54 +0000
committerKever Yang <[email protected]>2024-04-26 15:47:03 +0800
commit6f29ce00b3a983962b28fe615754bb92f1d85c7f (patch)
tree33762b02cf8c98d53a3fd476ae34787a03d7ff6e
parent73d72107919e93418f61cace088c1622fc25089b (diff)
rockchip: spl-boot-order: fix typo in comment succes→success
Fix a simple spelling mistake in a comment. Reviewed-by: Dragan Simic <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Signed-off-by: Christopher Obbard <[email protected]>
-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 79c856d2a0a..8f479ac0ec0 100644
--- a/arch/arm/mach-rockchip/spl-boot-order.c
+++ b/arch/arm/mach-rockchip/spl-boot-order.c
@@ -29,7 +29,7 @@
* -ENOSYS, if the device matching the node can not be mapped onto a
* SPL boot device (e.g. the third MMC device)
* -1, for unspecified failures
- * a positive integer (from the BOOT_DEVICE_... family) on succes.
+ * a positive integer (from the BOOT_DEVICE_... family) on success.
*/
static int spl_node_to_boot_device(int node)