Re: [PATCH] staging: erofs: adds a space around '*'

2018-10-09 Thread DaeSeok Youn
2018년 10월 8일 (월) 오후 9:37, Gustavo A. R. Silva 님이 작성: > > Hi, > > On 10/8/18 1:45 PM, Daeseok Youn wrote: > > fix checkpatch.pl error: > > ERROR: need consistent spacing around '*' (ctx:WxV) > > + memcpy(vin + PAGE_SIZE *i, t, PAGE_SIZE); > > > > Signed-off-by: Daeseok Youn >

Re: [PATCH] staging: erofs: adds a space around '*'

2018-10-08 Thread Gustavo A. R. Silva
Hi, On 10/8/18 1:45 PM, Daeseok Youn wrote: > fix checkpatch.pl error: > ERROR: need consistent spacing around '*' (ctx:WxV) > + memcpy(vin + PAGE_SIZE *i, t, PAGE_SIZE); > > Signed-off-by: Daeseok Youn > --- > drivers/staging/erofs/unzip_vle_lz4.c | 2 +- > 1 file changed

[PATCH] staging: erofs: adds a space around '*'

2018-10-08 Thread Daeseok Youn
fix checkpatch.pl error: ERROR: need consistent spacing around '*' (ctx:WxV) + memcpy(vin + PAGE_SIZE *i, t, PAGE_SIZE); Signed-off-by: Daeseok Youn --- drivers/staging/erofs/unzip_vle_lz4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging