On Wed, 18 Apr 2018, Albert ARIBAUD (3ADEV) wrote:
> + if (! timespec64_to_timespec(&tsp[0], &ts32[0]))
> + {
> + __set_errno(EOVERFLOW);
Globally in this patch series, you need to fix code to follow the GNU
Coding Standards (spaces before '(' in this case).
--
Joseph S. Myers
joseph@codesourcery.com