]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: spl-boot-order: fix typo in comment succes→success
authorChristopher Obbard <chris.obbard@collabora.com>
Thu, 14 Mar 2024 11:57:54 +0000 (11:57 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:03 +0000 (15:47 +0800)
Fix a simple spelling mistake in a comment.

Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
arch/arm/mach-rockchip/spl-boot-order.c

index 79c856d2a0ac2f80e8f1f99f4cd68a1f87e56590..8f479ac0ec04546852b5f03e270bd4af5dfbc935 100644 (file)
@@ -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)