Re: [PATCH] style: Format string macro should have a space between quotes

2021-03-05 Thread Daniel Kiper
On Thu, Mar 04, 2021 at 04:46:50PM -0600, Glenn Washburn wrote: > On Thu, 4 Mar 2021 20:03:34 +0100 > Daniel Kiper wrote: > > > Does this patch fix all such issues in the GRUB source code? > > > > Daniel > > I don't know and its unclear the scope of your question. However, this > is the grep I

Re: [PATCH] style: Format string macro should have a space between quotes

2021-03-04 Thread Glenn Washburn
On Thu, 4 Mar 2021 20:03:34 +0100 Daniel Kiper wrote: > Does this patch fix all such issues in the GRUB source code? > > Daniel I don't know and its unclear the scope of your question. However, this is the grep I used to find these instances: grep -rnE '\"PRI|PRI[a-zA-Z_0-9]+\"' Glenn >

Re: [PATCH] style: Format string macro should have a space between quotes

2021-03-04 Thread Daniel Kiper
Does this patch fix all such issues in the GRUB source code? Daniel On Wed, Mar 03, 2021 at 07:51:04PM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/disk/luks2.c | 38 +++--- > grub-core/fs/xfs.c | 4 ++-- > 2 files changed,

[PATCH] style: Format string macro should have a space between quotes

2021-03-03 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/disk/luks2.c | 38 +++--- grub-core/fs/xfs.c | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/grub-core/disk/luks2.c b/grub-core/disk/luks2.c index 7460d7b58..125e8609a 100644 ---