On Fri, 6 Oct 2023 20:09:09 +0000 Sam Andrew <samandrew at microsoft.com> wrote: > - } > + } else > + VMBUS_LOG(DEBUG, " VMBUS memory mapped at %p", > + mapaddr); > return mapaddr; Checkpatch style guide is that if the if clause has brackets, then else clause should as well.