[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2 08/12] Refactor get_argv() for sharing
>>> On 22.07.14 at 02:43, <roy.franz@xxxxxxxxxx> wrote: > @@ -201,10 +202,9 @@ static unsigned int __init get_argv(unsigned int argc, > CHAR16 **argv, > ++argc; > else if ( prev && wstrcmp(prev, L"--") == 0 ) > { > - union string rest = { .w = cmdline }; > - > --argv; > - place_string(&mbi.cmdline, w2s(&rest)); > + if (**cmdline_remain) Coding style (also further down). Looks okay apart from that. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |