[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1419748480-6297-1-git-send-email-kuleshovmail@gmail.com>
Date: Sun, 28 Dec 2014 12:34:40 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-kernel@...r.kernel.org,
Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH] block: Fix a typo in comment
Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.com>
---
block/blk-merge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-merge.c b/block/blk-merge.c
index 89b97b5..5d6a2bc 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -446,7 +446,7 @@ void blk_rq_set_mixed_merge(struct request *rq)
/*
* @rq will no longer represent mixable attributes for all the
* contained bios. It will just track those of the first one.
- * Distributes the attributs to each bio.
+ * Distributes the attributes to each bio.
*/
for (bio = rq->bio; bio; bio = bio->bi_next) {
WARN_ON_ONCE((bio->bi_rw & REQ_FAILFAST_MASK) &&
--
2.2.1.202.g98acd41.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists