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