From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: Jason Yan <yanaijie@huawei.com>, linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH] scsi: remove extra white space at the end of the line
Date: Tue, 23 Jan 2018 00:41:02 +0100 [thread overview]
Message-ID: <2f6e0605-86cb-3f90-96a1-7d1f90871712@gmail.com> (raw)
Jason Yan wrote:
> My editor always try to remove the extra white space at the end of the
> line when I make some changes. I'm tired of adjusting them manually.
A real (trailing) clean up is done with:
find -type f -exec sed -i 's/[[:cntrl:]]\+$//' {} +
Trailing spaces, tabs and ^L were deleted from drivers/scsi.
There is crap in the whole linux tree.
next reply other threads:[~2018-01-22 23:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 23:41 Xose Vazquez Perez [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-12-21 2:40 [PATCH] scsi: remove extra white space at the end of the line Jason Yan
2017-12-21 5:41 ` Damien Le Moal
2017-12-21 8:48 ` Johannes Thumshirn
2017-12-21 16:09 ` Bart Van Assche
2017-12-22 1:37 ` Jason Yan
2017-12-22 7:03 ` Johannes Thumshirn
2018-01-04 3:36 ` Martin K. Petersen
2018-01-08 8:21 ` Johannes Thumshirn
2017-12-24 1:10 ` Finn Thain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2f6e0605-86cb-3f90-96a1-7d1f90871712@gmail.com \
--to=xose.vazquez@gmail.com \
--cc=linux-scsi@vger.kernel.org \
--cc=yanaijie@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox