From: Jens Axboe Date: Thu, 8 May 2014 20:50:19 +0000 (-0600) Subject: blk-mq: update a hotplug comment for grammar X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9fccfed8f0cad9b79575a87c45d6f5f6ee05bb66;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git blk-mq: update a hotplug comment for grammar Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.c b/block/blk-mq.c index 2410e0cb7aef..3fdb097ebe5e 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -1548,10 +1548,10 @@ static int blk_mq_queue_reinit_notify(struct notifier_block *nb, struct request_queue *q; /* - * Before new mapping is established, hotadded cpu might already start - * handling requests. This doesn't break anything as we map offline - * CPUs to first hardware queue. We will re-init queue below to get - * optimal settings. + * Before new mappings are established, hotadded cpu might already + * start handling requests. This doesn't break anything as we map + * offline CPUs to first hardware queue. We will re-init the queue + * below to get optimal settings. */ if (action != CPU_DEAD && action != CPU_DEAD_FROZEN && action != CPU_ONLINE && action != CPU_ONLINE_FROZEN)