diff options
Diffstat (limited to 'kernel/futex.c')
-rw-r--r-- | kernel/futex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index f4e811c8623c..557c9c7cdd88 100644 --- a/kernel/futex.c +++ b/kernel/futex.c | |||
@@ -1763,7 +1763,7 @@ static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, | |||
1763 | * | 1763 | * |
1764 | * Returns: | 1764 | * Returns: |
1765 | * 0 - uaddr contains val and hb has been locked | 1765 | * 0 - uaddr contains val and hb has been locked |
1766 | * <1 - -EFAULT or -EWOULDBLOCK (uaddr does not contain val) and hb is unlcoked | 1766 | * <1 - -EFAULT or -EWOULDBLOCK (uaddr does not contain val) and hb is unlocked |
1767 | */ | 1767 | */ |
1768 | static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, | 1768 | static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, |
1769 | struct futex_q *q, struct futex_hash_bucket **hb) | 1769 | struct futex_q *q, struct futex_hash_bucket **hb) |