mbox series

[0/7] block: delete or fix duplicated words

Message ID 20200731014233.6418-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series block: delete or fix duplicated words | expand

Message

Randy Dunlap July 31, 2020, 1:42 a.m. UTC
Drop doubled words or fix them to what they should be.
Also fix a few typos and kernel-doc notation.


Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org


 block/bfq-iosched.c  |    2 +-
 block/bio.c          |    4 ++--
 block/blk-mq-sched.c |    2 +-
 block/blk-mq.c       |    2 +-
 block/blk-timeout.c  |    2 +-
 block/elevator.c     |    4 ++--
 block/genhd.c        |    6 +++---
 7 files changed, 11 insertions(+), 11 deletions(-)

Comments

Jens Axboe July 31, 2020, 10:30 p.m. UTC | #1
On 7/30/20 7:42 PM, Randy Dunlap wrote:
> Drop doubled words or fix them to what they should be.
> Also fix a few typos and kernel-doc notation.

Applied, thanks.