Re: [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address

From: Rob Herring
Date: Wed Sep 05 2018 - 13:04:53 EST


On Wed, Sep 5, 2018 at 11:00 AM Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> wrote:
>
> The conversion is done using
>
> sed -i 's@memblock_virt_alloc@memblock_alloc@g' \
> $(git grep -l memblock_virt_alloc)

What's the reason to do this? It seems like a lot of churn even if a
mechanical change.

Rob