Re: [PATCH v2] mm/hugetlb: Fix file_region entry allocations

From: Miguel Ojeda
Date: Wed Feb 19 2020 - 09:13:08 EST


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