Hi Jan, > -----Original Message----- > From: Jan Beulich <jbeul...@suse.com> > Subject: Re: [PATCH v4 07/17] xen/arm: introduce a helper to parse device > tree processor node > > > xen/arch/arm/numa_device_tree.c | 64 > +++++++++++++++++++++++++++++++++ > > 4 files changed, 74 insertions(+), 7 deletions(-) > > create mode 100644 xen/arch/arm/numa_device_tree.c > > As asked for in various other contexts, may I please ask that new files > prefer dashes over underscores in their names? Additionally short but > still descriptive names are imo to be generally preferred; in the case > here how about numa-dt.c?
Sounds good to me. I will follow your suggestion if there will be no explicit objection from other maintainers. Thanks for the suggestion as always :) Kind regards, Henry > > Jan