Re: [PATCH v2 06/24] blk-mq: docs: add kernel-doc description for a new struct member
From: John Garry <hidden>
Date: 2020-10-13 13:32:56
Also in:
linux-block, lkml
From: John Garry <hidden>
Date: 2020-10-13 13:32:56
Also in:
linux-block, lkml
On 13/10/2020 13:14, Mauro Carvalho Chehab wrote:
As reported by kernel-doc:
./include/linux/blk-mq.h:267: warning: Function parameter or member 'active_queues_shared_sbitmap' not described in 'blk_mq_tag_set'
There is now a new member for struct blk_mq_tag_set. Add a
description for it, based on the commit that introduced it.
Fixes: f1b49fdc1c64 ("blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap")
Signed-off-by: Mauro Carvalho Chehab<mchehab+huawei@kernel.org>Reviewed-by: John Garry <redacted>