[PATCH 2/2] grub-core/loader/i386/multiboot_mbi.c: Remove dead increment

2022-02-28 Thread Elyes Haouas
The value stored to 'ptrdest' is never read Signed-off-by: Elyes Haouas --- grub-core/loader/i386/multiboot_mbi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/grub-core/loader/i386/multiboot_mbi.c b/grub-core/loader/i386/multiboot_mbi.c index a67d9d0a8..663b25cc5 100644 --- a

[PATCH 1/2] grub-core/script/lexer.c: Remove dead increment

2022-02-28 Thread Elyes Haouas
The value stored to 'len' is never read Signed-off-by: Elyes Haouas --- grub-core/script/lexer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/grub-core/script/lexer.c b/grub-core/script/lexer.c index 52004d059..00f6ef184 100644 --- a/grub-core/script/lexer.c +++ b/grub-core/scri

[PATCH 06/21] gfxmenu: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/gettext/gettext.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/grub-core/gettext/gettext.c b/grub-core/gettext/gettext.c index 4d02e62c1..7a1c14e4f 100644 --- a/grub-core/gettext/gettext.c +++ b/grub-core/gettext

[PATCH 10/21] lib: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/lib/arg.c | 2 +- grub-core/lib/crypto.c| 14 ++--- grub-core/lib/efi/relocator.c | 8 +-- grub-core/lib/fdt.c | 4 +- grub-core/lib/i386/reboot.c

[PATCH 01/21] bus: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/bus/bonito.c| 22 ++--- grub-core/bus/cs5536.c| 22 ++--- grub-core/bus/pci.c | 4 +-- grub-core/bus/usb/ehci-pci.c | 6 ++-- grub-core/bus/usb/ehci.c | 8 ++--- grub-core/bus/usb

[PATCH 02/21] commands: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/commands/acpihalt.c | 6 +-- grub-core/commands/boottime.c | 2 +- grub-core/commands/cacheinfo.c| 2 +- grub-core/commands/cat.c | 6 +-- grub-core/commands/echo.c

[PATCH 19/21] video: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/video/bochs.c | 2 +- grub-core/video/capture.c | 2 +- grub-core/video/cirrus.c| 4 ++-- grub-core/video/coreboot/cbfb.c | 2 +- grub-core/video/efi_gop.c | 22 +-- grub-core/video/fb

[PATCH 03/21] disk: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/disk/ahci.c | 24 grub-core/disk/ata.c | 14 +++--- grub-core/disk/cryptodisk.c | 26 +- grub-core/disk/diskfilter.c | 24 grub-core

[PATCH 08/21] io: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/io/gzio.c | 2 +- grub-core/io/xzio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/io/gzio.c b/grub-core/io/gzio.c index 10156e569..4fa31ff21 100644 --- a/grub-core/io/gzio.c +++ b/grub-core/io/gzio.c @@ -1252,7

[PATCH 09/21] kern: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/kern/acpi.c| 2 +- grub-core/kern/arm/efi/init.c| 2 +- grub-core/kern/arm64/dl.c| 2 +- grub-core/kern/arm64/dl_helper.c | 4 ++-- grub-core/kern/command.c | 2 +- grub-core/kern/coreboot/cbtable.c

[PATCH 11/21] loader: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/loader/arm/linux.c | 2 +- grub-core/loader/efi/appleloader.c | 2 +- grub-core/loader/i386/bsd.c | 26 grub-core/loader/i386/bsdXX.c| 10 +++--- grub-core/loader/i386/coreboot

[PATCH 13/21] normal: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/normal/auth.c | 2 +- grub-core/normal/charset.c| 56 ++--- grub-core/normal/cmdline.c| 2 +- grub-core/normal/context.c| 4 +-- grub-core/normal/crypto.c | 20 +-- grub-core/normal/main.c

[PATCH 18/21] tests: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/tests/cmdline_cat_test.c | 8 grub-core/tests/gfxterm_menu.c | 6 +++--- grub-core/tests/shift_test.c | 2 +- grub-core/tests/signature_test.c | 12 ++-- grub-core/tests/video_checksum.c | 12 ++-- 5 files

[PATCH 17/21] term: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/term/arc/console.c| 2 +- grub-core/term/gfxterm.c| 30 grub-core/term/gfxterm_background.c | 4 +- grub-core/term/i386/pc/console.c| 16 ++--- grub-core/term/ieee1275/console.c | 2 +- grub-core/term/ieee1275

[PATCH 16/21] script: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/script/execute.c | 2 +- grub-core/script/lexer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c index 25158407d..14ff09094 100644 --- a/grub-core/script/execute.c +++ b

[PATCH 04/21] font: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/font/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/font/font.c b/grub-core/font/font.c index d09bb38d8..42189c325 100644 --- a/grub-core/font/font.c +++ b/grub-core/font/font.c @@ -936,7 +936,7

[PATCH 15/21] partmap: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/partmap/bsdlabel.c | 4 ++-- grub-core/partmap/dvh.c | 4 ++-- grub-core/partmap/msdos.c| 4 ++-- grub-core/partmap/sun.c | 2 +- grub-core/partmap/sunpc.c| 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/grub

[PATCH 07/21] gfxmenu: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/gfxmenu/gfxmenu.c | 2 +- grub-core/gfxmenu/gui_circular_progress.c | 2 +- grub-core/gfxmenu/gui_label.c | 2 +- grub-core/gfxmenu/gui_list.c | 4 ++-- grub-core/gfxmenu/gui_progress_bar.c | 4 ++-- grub-core

[PATCH 21/21] include: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- include/grub/arc/arc.h | 4 ++-- include/grub/bitmap_scale.h | 2 +- include/grub/charset.h | 4 ++-- include/grub/crypto.h| 10 include/grub/datetime.h | 4 ++-- include/grub/disk.h

[PATCH 05/21] fs: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/fs/affs.c | 4 +- grub-core/fs/archelp.c | 4 +- grub-core/fs/bfs.c | 10 +- grub-core/fs/cpio_common.c | 2 +- grub-core/fs/fat.c | 6 +- grub-core/fs/fshelp.c | 6 +- grub-core/fs

[PATCH 12/21] net: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/net/bootp.c | 4 +-- grub-core/net/dns.c| 10 +++--- grub-core/net/drivers/efi/efinet.c | 2 +- grub-core/net/drivers/emu/emunet.c | 8 ++--- grub-core/net/drivers/i386/pc/pxe.c| 4 +-- grub-core/net

[PATCH 20/21] util: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- util/getroot.c | 6 +-- util/glue-efi.c | 2 +- util/grub-fstest.c | 14 +++--- util/grub-gen-asciih.c | 4 +- util/grub-gen-widthspec.c | 6 +-- util/grub-install-common.c | 14 +++--- util/grub-install.c | 42

[PATCH 14/21] osdep: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/osdep/aros/getroot.c | 2 +- grub-core/osdep/aros/hostdisk.c | 2 +- grub-core/osdep/basic/compress.c | 6 +++--- grub-core/osdep/basic/platform.c | 2 +- grub-core/osdep/bsd/getroot.c| 2 +- grub-core/osdep/devmapper