Commit f2fc7d0e authored by Alice Ferrazzi's avatar Alice Ferrazzi Committed by Jens Axboe

Block: blk-flush: Fixed indent code style

Fixed code indent should use tabs where possible.
Signed-off-by: default avatarAlice Ferrazzi <alice.ferrazzi@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent d2b805d8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment