Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix bug in EXT4_HAS_GDT_CSUM

2022-09-06 Thread Marvin Häuser
> On 5. Sep 2022, at 03:58, Pedro Falcato wrote: > > Catched when running clang-tidy on this code. Also tidies up some logic > in BlockGroup.c Caught Reviewed-by: Marvin Häuser > > Cc: Marvin Häuser > Signed-off-by: Pedro Falcato > --- > Features/Ext4Pkg/Ext4Dxe/BlockGroup.c | 4 ++-- >

Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix bug in EXT4_HAS_GDT_CSUM

2022-09-05 Thread Pedro Falcato
Pushed as bcad50b On Mon, Sep 5, 2022 at 7:19 AM Marvin Häuser wrote: > > > > On 5. Sep 2022, at 03:58, Pedro Falcato wrote: > > > > Catched when running clang-tidy on this code. Also tidies up some l

[edk2-devel] [PATCH 1/1] Ext4Pkg: Fix bug in EXT4_HAS_GDT_CSUM

2022-09-04 Thread Pedro Falcato
Catched when running clang-tidy on this code. Also tidies up some logic in BlockGroup.c Cc: Marvin Häuser Signed-off-by: Pedro Falcato --- Features/Ext4Pkg/Ext4Dxe/BlockGroup.c | 4 ++-- Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a