Re: [PATCH 2/2 v2] staging: exfat: cleanup casts

2019-09-08 Thread Greg Kroah-Hartman
On Sat, Sep 07, 2019 at 09:45:41PM +, Valentin Vidic wrote: > Use constants and fix checkpatch.pl warnings: > > CHECK: No space is necessary after a cast This really should be two different patches, one for the constant changes, and one for the space issues. Can you break this up and resen

[PATCH 2/2 v2] staging: exfat: cleanup casts

2019-09-07 Thread Valentin Vidic
Use constants and fix checkpatch.pl warnings: CHECK: No space is necessary after a cast Signed-off-by: Valentin Vidic --- v2: Use constants where possible drivers/staging/exfat/exfat_core.c | 94 ++--- drivers/staging/exfat/exfat_super.c | 66 ++-- 2