Re: [PATCH v10 03/17] vdpa: Fix code indentation

2021-08-03 Thread Yongji Xie
On Tue, Aug 3, 2021 at 3:51 PM Jason Wang wrote: > > > 在 2021/7/29 下午3:34, Xie Yongji 写道: > > Use tabs to indent the code instead of spaces. > > > > Signed-off-by: Xie Yongji > > --- > > include/linux/vdpa.h | 29 ++--- > > 1 file changed, 14 insertions(+), 15 deletions

Re: [PATCH v10 03/17] vdpa: Fix code indentation

2021-08-03 Thread Jason Wang
在 2021/7/29 下午3:34, Xie Yongji 写道: Use tabs to indent the code instead of spaces. Signed-off-by: Xie Yongji --- include/linux/vdpa.h | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) It looks to me not all the warnings are addressed. Or did you silent

[PATCH v10 03/17] vdpa: Fix code indentation

2021-07-29 Thread Xie Yongji
Use tabs to indent the code instead of spaces. Signed-off-by: Xie Yongji --- include/linux/vdpa.h | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h index 7c49bc5a2b71..406d53a606ac 100644 --- a/include/