[LTP] [PATCH v3] setregid03: convert to newlib

Cyril Hrubis chrubis@suse.cz
Fri Oct 19 14:21:27 CEST 2018


Hi!
Pushed with minor change, thanks.

> +void run_all(void)
> +{
> +	unsigned int i;
> +
> +	if (!SAFE_FORK())
> +		for (i = 0; i < ARRAY_SIZE(tcases); i++)
> +			run(i);
> +}

LKML coding style preferes to have curly braces around blocks that have
inner blocks, so I added them for the if () and pushed.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list