All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
@ 2020-08-26 13:34 Michal Simek
  2020-08-26 20:02 ` Simon Glass
  2020-09-01 15:17 ` Simon Glass
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Simek @ 2020-08-26 13:34 UTC (permalink / raw)
  To: u-boot

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')
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
  2020-08-26 13:34 [PATCH] binman: Fix typo in kernel-doc format for binman_symname() Michal Simek
@ 2020-08-26 20:02 ` Simon Glass
  2020-09-01 15:17 ` Simon Glass
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Glass @ 2020-08-26 20:02 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
  2020-08-26 13:34 [PATCH] binman: Fix typo in kernel-doc format for binman_symname() Michal Simek
  2020-08-26 20:02 ` Simon Glass
@ 2020-09-01 15:17 ` Simon Glass
  2020-11-02  9:32   ` Michal Simek
  1 sibling, 1 reply; 6+ messages in thread
From: Simon Glass @ 2020-09-01 15:17 UTC (permalink / raw)
  To: u-boot

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!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
  2020-09-01 15:17 ` Simon Glass
@ 2020-11-02  9:32   ` Michal Simek
  2020-11-03 15:18     ` Simon Glass
  2020-11-03 23:03     ` Simon Glass
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Simek @ 2020-11-02  9:32 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
  2020-11-02  9:32   ` Michal Simek
@ 2020-11-03 15:18     ` Simon Glass
  2020-11-03 23:03     ` Simon Glass
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Glass @ 2020-11-03 15:18 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] binman: Fix typo in kernel-doc format for binman_symname()
  2020-11-02  9:32   ` Michal Simek
  2020-11-03 15:18     ` Simon Glass
@ 2020-11-03 23:03     ` Simon Glass
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Glass @ 2020-11-03 23:03 UTC (permalink / raw)
  To: u-boot

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!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-03 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 13:34 [PATCH] binman: Fix typo in kernel-doc format for binman_symname() Michal Simek
2020-08-26 20:02 ` Simon Glass
2020-09-01 15:17 ` Simon Glass
2020-11-02  9:32   ` Michal Simek
2020-11-03 15:18     ` Simon Glass
2020-11-03 23:03     ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.