Re: [PATCH v3] staging: erofs: Add whitespace after declaration

2019-03-18 Thread Bharath Vedartham
On Mon, Mar 18, 2019 at 11:40:35PM +0800, Gao Xiang wrote: > > > On 2019/3/18 23:38, Greg KH wrote: > > On Mon, Mar 18, 2019 at 09:02:24PM +0530, Bharath Vedartham wrote: > >> Add whitespace after declaration. Fixed the checkpatch.pl warning. > >> > >> --- > > > > No signed-off-by? > > > >> cha

Re: [PATCH v3] staging: erofs: Add whitespace after declaration

2019-03-18 Thread Gao Xiang
On 2019/3/18 23:38, Greg KH wrote: > On Mon, Mar 18, 2019 at 09:02:24PM +0530, Bharath Vedartham wrote: >> Add whitespace after declaration. Fixed the checkpatch.pl warning. >> >> --- > > No signed-off-by? > >> changes since v2 >> - mutt gave me a lot of problems. Hence 3 patches for a re

Re: [PATCH v3] staging: erofs: Add whitespace after declaration

2019-03-18 Thread Greg KH
On Mon, Mar 18, 2019 at 09:02:24PM +0530, Bharath Vedartham wrote: > Add whitespace after declaration. Fixed the checkpatch.pl warning. > > --- No signed-off-by? > changes since v2 > - mutt gave me a lot of problems. Hence 3 patches for a really > small problem. > - Fixed the

[PATCH v3] staging: erofs: Add whitespace after declaration

2019-03-18 Thread Bharath Vedartham
Add whitespace after declaration. Fixed the checkpatch.pl warning. --- changes since v2 - mutt gave me a lot of problems. Hence 3 patches for a really small problem. - Fixed the extra missing line. Signed-off-by: Bharath Vedartham --- drivers/staging/erofs/inode.c | 2