All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
@ 2022-04-17  8:37 Andreas-Christian Hagau
  2022-04-18 21:29 ` Brendan Higgins
  2022-04-20  9:32 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas-Christian Hagau @ 2022-04-17  8:37 UTC (permalink / raw)
  To: Brendan Higgins, Jonathan Corbet, linux-kselftest, kunit-dev,
	linux-doc, linux-kernel

Commit cead18552660 ("exit: Rename complete_and_exit to
kthread_complete_and_exit") renamed complete_and_exit to
kthread_complete_and_exit.

Signed-off-by: Andreas-Christian Hagau <ach@hagau.se>
---
 Documentation/dev-tools/kunit/architecture.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
index ff9c85a0bff21..cf9e6e3eeae4c 100644
--- a/Documentation/dev-tools/kunit/architecture.rst
+++ b/Documentation/dev-tools/kunit/architecture.rst
@@ -125,7 +125,7 @@ All expectations/assertions are formatted as:
 		  ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
 
 		- ``kunit_try_catch_throw`` calls function:
-		  ``void complete_and_exit(struct completion *, long) __noreturn;``
+		  ``void kthread_complete_and_exit(struct completion *, long) __noreturn;``
 		  and terminates the special thread context.
 
 - ``<op>`` denotes a check with options: ``TRUE`` (supplied property
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
  2022-04-17  8:37 [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit Andreas-Christian Hagau
@ 2022-04-18 21:29 ` Brendan Higgins
  2022-04-20  9:32 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Brendan Higgins @ 2022-04-18 21:29 UTC (permalink / raw)
  To: Andreas-Christian Hagau
  Cc: Jonathan Corbet, linux-kselftest, kunit-dev, linux-doc, linux-kernel

On Sun, Apr 17, 2022 at 4:37 AM Andreas-Christian Hagau <ach@hagau.se> wrote:
>
> Commit cead18552660 ("exit: Rename complete_and_exit to
> kthread_complete_and_exit") renamed complete_and_exit to
> kthread_complete_and_exit.
>
> Signed-off-by: Andreas-Christian Hagau <ach@hagau.se>

Reviewed-by: Brendan Higgins <brendanhiggins@google.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
  2022-04-17  8:37 [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit Andreas-Christian Hagau
  2022-04-18 21:29 ` Brendan Higgins
@ 2022-04-20  9:32 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2022-04-20  9:32 UTC (permalink / raw)
  To: Andreas-Christian Hagau, Brendan Higgins, linux-kselftest,
	kunit-dev, linux-doc, linux-kernel

Andreas-Christian Hagau <ach@hagau.se> writes:

> Commit cead18552660 ("exit: Rename complete_and_exit to
> kthread_complete_and_exit") renamed complete_and_exit to
> kthread_complete_and_exit.
>
> Signed-off-by: Andreas-Christian Hagau <ach@hagau.se>
> ---
>  Documentation/dev-tools/kunit/architecture.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
> index ff9c85a0bff21..cf9e6e3eeae4c 100644
> --- a/Documentation/dev-tools/kunit/architecture.rst
> +++ b/Documentation/dev-tools/kunit/architecture.rst
> @@ -125,7 +125,7 @@ All expectations/assertions are formatted as:
>  		  ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
>  
>  		- ``kunit_try_catch_throw`` calls function:
> -		  ``void complete_and_exit(struct completion *, long) __noreturn;``
> +		  ``void kthread_complete_and_exit(struct completion *, long) __noreturn;``
>  		  and terminates the special thread context.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-20  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17  8:37 [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit Andreas-Christian Hagau
2022-04-18 21:29 ` Brendan Higgins
2022-04-20  9:32 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.