On Wed, Apr 08, 2020 at 05:46:13PM +0200, Mauro Carvalho Chehab wrote: > We need to add a blank line to avoid this warning: > > ./include/linux/spi/spi.h:401: WARNING: Unexpected indentation. > * @transfer_one: transfer a single spi_transfer. > + * > * - return 0 if the transfer is finished, > * - return 1 if the transfer is still in progress. When > * the driver is finished with this transfer it must Are you sure this is a sensible fix? The following lines should be part of the documentation for transfer_one, will that be the case after your change?