[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190608134728.4655-1-qpseh2m7@gmail.com>
Date: Sat, 8 Jun 2019 22:47:28 +0900
From: Soonwoo Hong <qpseh2m7@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, Soonwoo Hong <qpseh2m7@...il.com>
Subject: [PATCH] blk-mq: fix coding style
Add a space before colon in ternary operator
Singed-off-by: Soonwoo Hong <qpseh2m7@...il.com>
---
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
Powered by blists - more mailing lists