[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <de145a89-8788-f896-3019-9fd461bc0df1@gmx.com>
Date: Wed, 12 Dec 2018 21:49:26 +0800
From: cgxu519 <cgxu519@....com>
To: Jan Kara <jack@...e.cz>
Cc: jack@...e.com, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 00/10] fix coding style for ext2 filesystem
On 12/12/18 9:15 PM, Jan Kara wrote:
> On Tue 13-11-18 08:04:38, Chengguang Xu wrote:
>> This patch set fixes some coding style warnings which are from
>> checkpatch.pl.
>>
>> Detail warning/error messages are below:
>>
>> WARNING: function definition argument 'struct inode *' should
>> also have an identifier name
>>
>> WARNING: space prohibited between function name and open
>> parenthesis '('
>>
>> WARNING: line over 80 characters
>>
>> ERROR: "foo * bar" should be "foo *bar"
> Thanks for the series! I had a look into the patches but I don't think
> these whitespace fixes are really worth the churn. Sorry.
Hi Jan
Thanks for the check. The motivation of that series is just for avoiding
annoying checkpatch complains.
However, we can also fix the coding style problem when we actually
touch the particular code, that will be fine.
Thanks,
Chengguang
Powered by blists - more mailing lists