On Mon, Oct 18, 2021 at 03:55:58PM +0200, Sebastian Andrzej Siewior wrote: > +static inline void blk_mq_complete_request_direct(struct request *rq, > + void (*complete)(struct request *rq)) Pleae avoid the overly long line. ote that by doing the normal two tab indent for the continuation that would be super trivial and way more readable.