Re: [PATCH] quota: fix wrong indentation

2019-04-25 Thread Jan Kara
On Fri 19-04-19 13:46:01, Chengguang Xu wrote: > We need to check return code only when calling ->read_dqblk(), > so fix it properly. > > Signed-off-by: Chengguang Xu Thanks. Added to my tree. Honza > --- > fs/quota/dquot.c | 7 +

[PATCH] quota: fix wrong indentation

2019-04-19 Thread Chengguang Xu
We need to check return code only when calling ->read_dqblk(), so fix it properly. Signed-off-by: Chengguang Xu --- fs/quota/dquot.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index fc20e06c56ba..934b8f3f9e57 100644 --- a/fs/quo