Skip to content

Commit

Permalink
Block: blk-flush: Fixed indent code style
Browse files Browse the repository at this point in the history
Fixed code indent should use tabs where possible.

Signed-off-by: Alice Ferrazzi <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Alice Ferrazzi authored and axboe committed Mar 22, 2013
1 parent d2b805d commit f2fc7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f2fc7d0

Please sign in to comment.