Re: [PATCH v4 08/13] error: Use %p format code for pointer types

2021-03-03 Thread Daniel Kiper
On Sun, Feb 28, 2021 at 02:02:20PM -0600, Glenn Washburn wrote: > On Sat, 27 Feb 2021 12:43:06 +0100 > Daniel Kiper wrote: > > > On Thu, Feb 18, 2021 at 08:47:09PM -0600, Glenn Washburn wrote: > > > Signed-off-by: Glenn Washburn > > > --- > > > grub-core/loader/i386/pc/linux.c | 4 ++-- > > > 1

Re: [PATCH v4 08/13] error: Use %p format code for pointer types

2021-02-28 Thread Glenn Washburn
On Sat, 27 Feb 2021 12:43:06 +0100 Daniel Kiper wrote: > On Thu, Feb 18, 2021 at 08:47:09PM -0600, Glenn Washburn wrote: > > Signed-off-by: Glenn Washburn > > --- > > grub-core/loader/i386/pc/linux.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git

Re: [PATCH v4 08/13] error: Use %p format code for pointer types

2021-02-27 Thread Daniel Kiper
On Thu, Feb 18, 2021 at 08:47:09PM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/loader/i386/pc/linux.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/grub-core/loader/i386/pc/linux.c > b/grub-core/loader/i386/pc/linux.c > index

[PATCH v4 08/13] error: Use %p format code for pointer types

2021-02-18 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/loader/i386/pc/linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/loader/i386/pc/linux.c b/grub-core/loader/i386/pc/linux.c index 814988ab9..0bc5d6807 100644 --- a/grub-core/loader/i386/pc/linux.c +++