Re: [PATCH] pmem: fix a name collision

From: Jane Chu
Date: Thu Jun 30 2022 - 14:14:56 EST


On 6/30/2022 11:04 AM, Christoph Hellwig wrote:
> On Thu, Jun 30, 2022 at 11:51:55AM -0600, Jane Chu wrote:
>> -static phys_addr_t to_phys(struct pmem_device *pmem, phys_addr_t offset)
>> +static phys_addr_t _to_phys(struct pmem_device *pmem, phys_addr_t offset)
>
> I'd rather call this pmem_to_phys as that is a much nicer name.

Okay, thanks!

-jane