[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ac841162-db41-0c8b-6ff8-d5b956961582@kernel.dk>
Date: Tue, 19 Nov 2019 08:45:25 -0700
From: Jens Axboe <axboe@...nel.dk>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>, io-uring@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] io-wq: remove extra space characters
On 11/18/19 11:22 PM, Dan Carpenter wrote:
> These lines are indented an extra space character.
Thanks, applied.
> We often see this where the lines after a comment are indented one
> space extra. I don't know if it's an editor thing maybe?
I think I can explain that. I recently decided to try and use the
vim auto-indent, to see if it'd make my life a little easier to
save on typing. Unfortunately it has a bug where it indents that
extra space following a comment form like:
/*
* bla bla
*/
which is exactly what happened here. As diff doesn't show that
as extra whitespace you can miss that it happened.
--
Jens Axboe
Powered by blists - more mailing lists