>>> On 14.08.17 at 09:08, <jgr...@suse.com> 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.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to