[PATCH] binman: Fix typo in kernel-doc format for binman_symname()

Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com ---
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/binman_sym.h b/include/binman_sym.h index ffb7c15798a7..72e6765fe520 100644 --- a/include/binman_sym.h +++ b/include/binman_sym.h @@ -16,7 +16,7 @@ #ifdef CONFIG_BINMAN
/** - * binman_symname() - Internal fnuction to get a binman symbol name + * binman_symname() - Internal function to get a binman symbol name * * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl') * @_prop_name: Property value to get from that entry (e.g. 'pos')

On Wed, 26 Aug 2020 at 07:34, Michal Simek michal.simek@xilinx.com wrote:
Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Wed, 26 Aug 2020 at 07:34, Michal Simek michal.simek@xilinx.com wrote:
Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!

Hi Simon,
út 1. 9. 2020 v 17:34 odesílatel Simon Glass sjg@chromium.org napsal:
On Wed, 26 Aug 2020 at 07:34, Michal Simek michal.simek@xilinx.com wrote:
Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
Where did you apply this patch?
I can't see it in your master or testing branch.
Also I miss my "binman: Call helper function binman_set_rom_offset() to fill offset"
Can you please check them?
Thanks, Michal
-- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

Hi Michal,
On Mon, 2 Nov 2020 at 02:32, Michal Simek monstr@monstr.eu wrote:
Hi Simon,
út 1. 9. 2020 v 17:34 odesílatel Simon Glass sjg@chromium.org napsal:
On Wed, 26 Aug 2020 at 07:34, Michal Simek michal.simek@xilinx.com wrote:
Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
Where did you apply this patch?
I can't see it in your master or testing branch.
Also I miss my "binman: Call helper function binman_set_rom_offset() to fill offset"
Can you please check them?
I am not sure what happened there. I'll try again.
Regards, Simon

Hi Michal,
On Mon, 2 Nov 2020 at 02:32, Michal Simek monstr@monstr.eu wrote:
Hi Simon,
út 1. 9. 2020 v 17:34 odesílatel Simon Glass sjg@chromium.org napsal:
On Wed, 26 Aug 2020 at 07:34, Michal Simek michal.simek@xilinx.com wrote:
Fix typo.
Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek michal.simek@xilinx.com
include/binman_sym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
Where did you apply this patch?
I can't see it in your master or testing branch.
Also I miss my "binman: Call helper function binman_set_rom_offset() to fill offset"
Can you please check them?
I am not sure what happened there. I'll try again.
Regards, Simon
Applied to u-boot-dm, thanks!
participants (3)
-
Michal Simek
-
Michal Simek
-
Simon Glass