Re: [PATCH] fsdev: open brace '{' following struct go on the same line

2020-12-13 Thread Laurent Vivier
Le 09/12/2020 à 07:07, zhouyang a écrit : > I found some style problems while check the code using checkpatch.pl. > This commit fixs the issue below: > ERROR: open brace '{' following struct go on the same line > > Signed-off-by: zhouyang > --- > fsdev/9p-marshal.h | 12 >

Re: [PATCH] fsdev: open brace '{' following struct go on the same line

2020-12-08 Thread Philippe Mathieu-Daudé
On 12/9/20 7:07 AM, zhouyang wrote: > I found some style problems while check the code using checkpatch.pl. > This commit fixs the issue below: > ERROR: open brace '{' following struct go on the same line > > Signed-off-by: zhouyang > --- > fsdev/9p-marshal.h | 12 >

[PATCH] fsdev: open brace '{' following struct go on the same line

2020-12-08 Thread zhouyang
I found some style problems while check the code using checkpatch.pl. This commit fixs the issue below: ERROR: open brace '{' following struct go on the same line Signed-off-by: zhouyang --- fsdev/9p-marshal.h | 12 fsdev/file-op-9p.h | 3 +-- 2 files changed, 5 insertions(+), 10