[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1513789517-26756-1-git-send-email-naby88@gmail.com>
Date: Wed, 20 Dec 2017 23:05:17 +0600
From: Khan M Rashedun-Naby <naby88@...il.com>
To: axboe@...nel.dk
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
Khan M Rashedun-Naby <naby88@...il.com>
Subject: [PATCH] BLOCK: blk-flush: fixed line with more than 80 character
The line has more than 80 character which is not linux kernel coding
style. Thus it has rewritten into two lines.
Signed-off-by: Khan M Rashedun-Naby <naby88@...il.com>
---
block/blk-flush.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/block/blk-flush.c b/block/blk-flush.c
index f171706..7ab46bb 100644
--- a/block/blk-flush.c
+++ b/block/blk-flush.c
@@ -299,7 +299,8 @@ static bool blk_kick_flush(struct request_queue *q, struct blk_flush_queue *fq)
struct request *flush_rq = fq->flush_rq;
/* C1 described at the top of this file */
- if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending))
+ if (fq->flush_pending_idx != fq->flush_running_idx ||
+ list_empty(pending))
return false;
/* C2 and C3
--
2.7.4
Powered by blists - more mailing lists