On Fri, Apr 18, 2025 at 11:33:09PM +0530, ALOK TIWARI wrote: > > > > + * Start DMA mapping @req to @dma_dev. @state and @iter are provided by the > > + * caller and don't need to be initialized. @state needs to be stored for use > > + * at unmap time, @iter is only needed at map time. > > + * > > + * Returns %false if there is no segment to map, including due to an error, or > > + * %true it it did map a segment. > > typo - it it -> if it Thanks, will fix all types on my dma-split-wip branch.