On Wed, Feb 19, 2020 at 2:32 AM Mina Almasry <almasrymina@xxxxxxxxxx> wrote: > > - Fixed formatting issues due to clang format adding space after > list_for_each_entry_safe Note: that's because clang-format knows it is a for-loop-like macro, so it formats it as a `for`. Cheers, Miguel