2013-03-20 15:10:11

by Alice Ferrazzi

[permalink] [raw]
Subject: [PATCH] Block: blk-flush: Fixed indent code style

Fixed code indent should use tabs where possible.

Signed-off-by: Alice Ferrazzi <[email protected]>
---
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


2013-03-22 17:11:17

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] Block: blk-flush: Fixed indent code style

On Thu, Mar 21 2013, Alice Ferrazzi wrote:
> Fixed code indent should use tabs where possible.

Thanks, applied.

--
Jens Axboe