X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=compat_futex.c;h=b7f78f0b1c87a832cfb33c22e3a93845bbe7d3bb;hp=6fe378f965d4407734fe16f3ffcc8ff8eb4afbb1;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hpb=f8c43f458c80566d298d539ec518a8be8c7cc861 diff --git a/compat_futex.c b/compat_futex.c index 6fe378f..b7f78f0 100644 --- a/compat_futex.c +++ b/compat_futex.c @@ -58,7 +58,7 @@ int compat_futex_noasync(int32_t *uaddr, int op, int32_t val, /* * Check if NULL. Don't let users expect that they are taken into - * account. + * account. */ assert(!timeout); assert(!uaddr2); @@ -120,7 +120,7 @@ int compat_futex_async(int32_t *uaddr, int op, int32_t val, /* * Check if NULL. Don't let users expect that they are taken into - * account. + * account. */ assert(!timeout); assert(!uaddr2);