Hi!
> +     ret = open(pathname, O_CREAT | O_WRONLY, defmode);
> +     if (ret == -1)
> +             tst_brkm(TBROK | TERRNO, cleanup_fn,
> +                     "Failed to open file '%s' at %s:%d",
> +                     pathname, file, lineno);

I (and LKML coding style) prefer to have curly braces around multiline
blocks, but that is very minor...

Pushed, thanks.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to