Re: [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues

From: Daniel Wagner
Date: Mon Dec 02 2024 - 08:49:17 EST


On Thu, Nov 21, 2024 at 09:08:02AM +0000, John Garry wrote:
> > +/**
> > + * blk_mq_map_hw_queues - Create CPU to hardware queue mapping
> > + * @qmap: CPU to hardware queue map.
> > + * @dev: The device to map queues.
> > + * @offset: Queue offset to use for the device.
>
> supernit: maybe no '.'

np. I've followed the style of the function right above. Dropped them.

> is there still a blank line at the bottom of the file?

It ends with (vim):

}
EXPORT_SYMBOL_GPL(blk_mq_map_hw_queues);
~

I hope that is what it supposed to be.

Daniel