Re: [PATCH v3 2/5] of: remove __of_node_dup() allocflags parameter

From: Bjorn Helgaas
Date: Tue Jun 21 2022 - 13:15:32 EST


On Mon, Jun 20, 2022 at 12:41:20PM +0200, Clément Léger wrote:
> The alloclags are always set to GFP_KERNEL so remove this specific flag.
> Moreover, this function is going to be based on one that does not
> provides passing gfp flags, so be prepared for this.

s/alloclags/allocflags/

s/provides passing/supports passing/