[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200403002705.GP21484@bombadil.infradead.org>
Date: Thu, 2 Apr 2020 17:27:05 -0700
From: Matthew Wilcox <willy@...radead.org>
To: Aslan Bakirov <aslan@...com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, kernel-team@...com, riel@...riel.com,
guro@...com, mhocko@...nel.org, hannes@...xchg.org
Subject: Re: [PATCH v3] mm: cma: NUMA node interface
On Thu, Apr 02, 2020 at 04:22:37PM -0700, Aslan Bakirov wrote:
> +static inline int __init cma_declare_contiguous(phys_addr_t base,
> + phys_addr_t size, phys_addr_t limit,
> + phys_addr_t alignment, unsigned int order_per_bit,
> + bool fixed, const char *name, struct cma **res_cma)
> + {
This { should be in the first column.
> - addr = memblock_phys_alloc_range(size, alignment,
> - highmem_start, limit);
> + addr = memblock_alloc_range_nid(size, alignment,
> + highmem_start, limit, nid, false);
Two extra tabs, not one.
Powered by blists - more mailing lists