Block: blk-flush: Fixed indent code style
authorAlice Ferrazzi <[email protected]>
Fri, 22 Mar 2013 17:11:04 +0000 (11:11 -0600)
committerJens Axboe <[email protected]>
Fri, 22 Mar 2013 18:22:51 +0000 (12:22 -0600)
Fixed code indent should use tabs where possible.

Signed-off-by: Alice Ferrazzi <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-flush.c

index db8f1b5078570fe98afb8dd748636060511ba683..cc2b827a853cdea378f1c54edeadd65546b33651 100644 (file)
@@ -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;