On Wed, Nov 27, 2019 at 03:40:05PM +0100, Christoph Hellwig wrote: > +/** > + * dma_addressing_limited - return if the device is addressing limited > + * @dev: device to check > + * > + * Return %true if the devices DMA mask is too small to address all memory in Could I trouble you to use a : after Return? That turns it into its own section rather than making it part of the generic description.