git: 109c2bd21257 - main - linux(4); Style.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 May 2022 18:17:12 UTC
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=109c2bd212574a12a472eed7f6e11196ce456e53 commit 109c2bd212574a12a472eed7f6e11196ce456e53 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2022-05-09 18:16:48 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-05-09 18:16:48 +0000 linux(4); Style. MFC after: 2 weeks --- sys/compat/linux/linux_futex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index 2bcaabf2d972..6825d13e1aab 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -81,7 +81,7 @@ struct linux_futex_args { static inline int futex_key_get(const void *, int, int, struct umtx_key *); static void linux_umtx_abs_timeout_init(struct umtx_abs_timeout *, struct linux_futex_args *); -static int linux_futex(struct thread *, struct linux_futex_args *); +static int linux_futex(struct thread *, struct linux_futex_args *); static int linux_futex_wait(struct thread *, struct linux_futex_args *); static int linux_futex_wake(struct thread *, struct linux_futex_args *); static int linux_futex_requeue(struct thread *, struct linux_futex_args *);