diff mbox series

spl: doc: use correct name in jump_to_image_optee() description

Message ID 20230122175713.1246019-1-ovpanait@gmail.com
State Accepted, archived
Commit ebeb8d950559fbbc3660bd767d28e979ee6dc04b
Delegated to: Heinrich Schuchardt
Headers show
Series spl: doc: use correct name in jump_to_image_optee() description | expand

Commit Message

Ovidiu Panait Jan. 22, 2023, 5:57 p.m. UTC
The actual function being documented is jump_to_image_optee(), not
jump_to_image_linux().

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
---

 include/spl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heinrich Schuchardt Jan. 27, 2023, 5:15 p.m. UTC | #1
On 1/22/23 18:57, Ovidiu Panait wrote:
> The actual function being documented is jump_to_image_optee(), not
> jump_to_image_linux().
> 
> Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>

Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

> ---
> 
>   include/spl.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/spl.h b/include/spl.h
> index fb8c279d72..827bd25c88 100644
> --- a/include/spl.h
> +++ b/include/spl.h
> @@ -535,7 +535,7 @@ const char *spl_board_loader_name(u32 boot_device);
>   void __noreturn jump_to_image_linux(struct spl_image_info *spl_image);
>   
>   /**
> - * jump_to_image_linux() - Jump to OP-TEE OS from SPL
> + * jump_to_image_optee() - Jump to OP-TEE OS from SPL
>    *
>    * This jumps into OP-TEE OS using the information in @spl_image.
>    *
diff mbox series

Patch

diff --git a/include/spl.h b/include/spl.h
index fb8c279d72..827bd25c88 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -535,7 +535,7 @@  const char *spl_board_loader_name(u32 boot_device);
 void __noreturn jump_to_image_linux(struct spl_image_info *spl_image);
 
 /**
- * jump_to_image_linux() - Jump to OP-TEE OS from SPL
+ * jump_to_image_optee() - Jump to OP-TEE OS from SPL
  *
  * This jumps into OP-TEE OS using the information in @spl_image.
  *