[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1363792199-14066-1-git-send-email-alice.ferrazzi@gmail.com>
Date: Thu, 21 Mar 2013 00:09:59 +0900
From: Alice Ferrazzi <alice.ferrazzi@...il.com>
To: axboe@...nel.dk
Cc: linux-kernel@...r.kernel.org,
Alice Ferrazzi <alice.ferrazzi@...il.com>
Subject: [PATCH] Block: blk-flush: Fixed indent code style
Fixed code indent should use tabs where possible.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...il.com>
---
block/blk-flush.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-flush.c b/block/blk-flush.c
index db8f1b5..cc2b827 100644
--- a/block/blk-flush.c
+++ b/block/blk-flush.c
@@ -444,7 +444,7 @@ int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask,
* copied from blk_rq_pos(rq).
*/
if (error_sector)
- *error_sector = bio->bi_sector;
+ *error_sector = bio->bi_sector;
if (!bio_flagged(bio, BIO_UPTODATE))
ret = -EIO;
--
1.7.10.4
--
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