Re: [PATCH v1 1/2] rockchip: spl-boot-order: Fix spelling succes→success

2024-03-04 Thread Quentin Schulz

Hi Christopher,

On 3/2/24 15:50, Christopher Obbard wrote:

[You don't often get email from chris.obb...@collabora.com. Learn why this is 
important at https://aka.ms/LearnAboutSenderIdentification ]

Fix a simple spelling mistake in a comment.

Signed-off-by: Christopher Obbard 


Reviewed-by: Quentin Schulz 

Thanks,
Quentin


Re: [PATCH v1 1/2] rockchip: spl-boot-order: Fix spelling succes→success

2024-03-02 Thread Dragan Simic

Hello Christopher,

On 2024-03-02 15:50, Christopher Obbard wrote:

Fix a simple spelling mistake in a comment.


I'd suggest that the main part of the patch subject is adjusted
a bit, e.g. to something like "fix a typo".

Otherwise, looking good to me.

Reviewed-by: Dragan Simic 


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 2c39a215c10..e548a7dc718 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)


[PATCH v1 1/2] rockchip: spl-boot-order: Fix spelling succes→success

2024-03-02 Thread Christopher Obbard
Fix a simple spelling mistake in a comment.

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 2c39a215c10..e548a7dc718 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.43.0