[PATCH 1/2] staging/erofs/xattr.h: Fixed misaligned function arguments.

2019-08-20 Thread Caitlyn
Indented some function arguments to fix checkpath warnings. Signed-off-by: Caitlyn --- drivers/staging/erofs/xattr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/erofs/xattr.h b/drivers/staging/erofs/xattr.h index 35ba5ac..d86f5cd 100644 --- a

[PATCH 0/2] Submitting my first patch series (Checkpatch fixes)

2019-08-20 Thread Caitlyn
Hello! This patch series cleans up some checkpatch fixes in erofs. The patches include balancing conditional braces and fixing some indentation. No testing done, all patches build and checkpath cleanly. Caitlyn (2): staging/erofs/xattr.h: Fixed misaligned function arguments. staging/erofs

[PATCH 2/2] staging/erofs: Balanced braces around a few conditional statements.

2019-08-20 Thread Caitlyn
Balanced braces to fix some checkpath warnings in inode.c and unzip_vle.c Signed-off-by: Caitlyn --- drivers/staging/erofs/inode.c | 4 ++-- drivers/staging/erofs/unzip_vle.c | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/erofs/inode.c b

Re: [PATCH 2/2] staging/erofs: Balanced braces around a few conditional statements.

2019-08-21 Thread Caitlyn Finn
> > > On Tue, 2019-08-20 at 20:18 -0400, Caitlyn wrote: > > > > > Balanced braces to fix some checkpath warnings in inode.c and > > > > > unzip_vle.c > > > > [] > > > > > diff --git a/drivers/staging/erofs/unzip_vle.c >