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