[PATCH] blk-mq: fix coding style

From: Soonwoo Hong
Date: Sat Jun 08 2019 - 09:52:17 EST


Add a space before colon in ternary operator

Singed-off-by: Soonwoo Hong <qpseh2m7@xxxxxxxxx>
---
block/blk-mq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index ce0f5f4ede70..374b13e89bb1 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1377,7 +1377,7 @@ static void __blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx)
cpu_online(hctx->next_cpu)) {
printk(KERN_WARNING "run queue from wrong CPU %d, hctx %s\n",
raw_smp_processor_id(),
- cpumask_empty(hctx->cpumask) ? "inactive": "active");
+ cpumask_empty(hctx->cpumask) ? "inactive" : "active");
dump_stack();
}

--
2.21.0