Re: [PATCH] Add %X option to printf functions.

2019-09-20 Thread Javier Martinez Canillas
On 9/20/19 2:57 PM, Daniel Kiper wrote: > On Thu, Sep 19, 2019 at 02:00:31PM +0200, Javier Martinez Canillas wrote: >> Hello Daniel, >> >> Thanks for the quick feedback. >> >> On 9/18/19 3:00 PM, Daniel Kiper wrote: >>> On Tue, Sep 17, 2019 at 05:54:44PM +0200, Javier Martinez Canillas wrote:

Re: [PATCH] Add %X option to printf functions.

2019-09-20 Thread Daniel Kiper
On Thu, Sep 19, 2019 at 02:00:31PM +0200, Javier Martinez Canillas wrote: > Hello Daniel, > > Thanks for the quick feedback. > > On 9/18/19 3:00 PM, Daniel Kiper wrote: > > On Tue, Sep 17, 2019 at 05:54:44PM +0200, Javier Martinez Canillas wrote: > >> From: Paulo Flabiano Smorigo > >> > >> Signed-

Re: [PATCH] Add %X option to printf functions.

2019-09-19 Thread Javier Martinez Canillas
Hello Daniel, Thanks for the quick feedback. On 9/18/19 3:00 PM, Daniel Kiper wrote: > On Tue, Sep 17, 2019 at 05:54:44PM +0200, Javier Martinez Canillas wrote: >> From: Paulo Flabiano Smorigo >> >> Signed-off-by: Paulo Flabiano Smorigo >> Signed-off-by: Javier Martinez Canillas > > May I ask

Re: [PATCH] Add %X option to printf functions.

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:54:44PM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > Signed-off-by: Paulo Flabiano Smorigo > Signed-off-by: Javier Martinez Canillas May I ask you to add an explanation to the commit message why? If you do that you can add "Reviewed-by: Da

[PATCH] Add %X option to printf functions.

2019-09-17 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo Signed-off-by: Paulo Flabiano Smorigo Signed-off-by: Javier Martinez Canillas --- grub-core/kern/misc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grub-core/kern/misc.c b/grub-core/kern/misc.c index 3b633d51f4c..76e7fb22872 100644 -