[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 07/52] xen/arch/x86/dom0_build.c: let custom parameter parsing routines return errno
On 14/08/17 15:24, Jan Beulich wrote: >>>> On 14.08.17 at 09:08, <jgross@xxxxxxxx> wrote: >> --- a/xen/arch/x86/dom0_build.c >> +++ b/xen/arch/x86/dom0_build.c >> @@ -47,7 +47,7 @@ static long __init parse_amt(const char *s, const char >> **ps) >> long pages = parse_size_and_unit((*s == '-') ? s+1 : s, ps) >> >> PAGE_SHIFT; >> return (*s == '-') ? -pages : pages; >> } >> -static void __init parse_dom0_mem(const char *s) >> +static int __init parse_dom0_mem(const char *s) > > Please take the opportunity and add the missing blank line above > the one you modify. Okay. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |