From 6f29ce00b3a983962b28fe615754bb92f1d85c7f Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Thu, 14 Mar 2024 11:57:54 +0000 Subject: [PATCH] =?utf8?q?rockchip:=20spl-boot-order:=20fix=20typo=20in=20?= =?utf8?q?comment=20succes=E2=86=92success?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix a simple spelling mistake in a comment. Reviewed-by: Dragan Simic Reviewed-by: Quentin Schulz Signed-off-by: Christopher Obbard --- arch/arm/mach-rockchip/spl-boot-order.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 79c856d2a0..8f479ac0ec 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) -- 2.39.5