On 22.07.14 at 02:43, roy.franz@linaro.org 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