rockchip: spl-boot-order: fix typo in comment succes→success

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>
This commit is contained in:
Christopher Obbard 2024-03-14 11:57:54 +00:00 committed by Kever Yang
parent 73d7210791
commit 6f29ce00b3

View File

@ -29,7 +29,7 @@
* -ENOSYS, if the device matching the node can not be mapped onto a * -ENOSYS, if the device matching the node can not be mapped onto a
* SPL boot device (e.g. the third MMC device) * SPL boot device (e.g. the third MMC device)
* -1, for unspecified failures * -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) static int spl_node_to_boot_device(int node)