Date: Fri, 10 Jun 2022 12:45:45 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f2f688e31b0f - stable/12 - linux(4): Fix a typo in a source code comment Message-ID: <202206101245.25ACjjs4037985@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f2f688e31b0f775ae132b179a402d388133ad9c5 commit f2f688e31b0f775ae132b179a402d388133ad9c5 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 09:27:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:36:39 +0000 linux(4): Fix a typo in a source code comment - s/accross/across/ (cherry picked from commit 8cf0d094629edbafc1d6de055cef6a53d6a4addb) --- sys/compat/linuxkpi/common/src/linux_work.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/src/linux_work.c b/sys/compat/linuxkpi/common/src/linux_work.c index 043c5b7d1aff..c3806388e25e 100644 --- a/sys/compat/linuxkpi/common/src/linux_work.c +++ b/sys/compat/linuxkpi/common/src/linux_work.c @@ -86,7 +86,7 @@ linux_update_state(atomic_t *v, const uint8_t *pstate) * completed. This function gives the linux_work_fn() function a hint, * that the task is not going away and can have its state checked * again. Without this extra hint LinuxKPI tasks cannot be serialized - * accross multiple worker threads. + * across multiple worker threads. */ static bool linux_work_exec_unblock(struct work_struct *work)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101245.25ACjjs4037985>