Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] Documentation: kunit: Rename references to kunit_abort()
@ 2023-06-02  3:53 David Gow
  2023-06-02 21:36 ` Daniel Latypov
  0 siblings, 1 reply; 2+ messages in thread
From: David Gow @ 2023-06-02  3:53 UTC (permalink / raw)
  To: Daniel Latypov, Brendan Higgins, Shuah Khan
  Cc: Rae Moar, Jonathan Corbet, linux-doc, kunit-dev, linux-kselftest,
	linux-kernel, David Gow

The kunit_abort() function has been renamed __kunit_abort(), update the
references to it in the documentation.

Suggested-by: Daniel Latypov <dlatypov@google.com>
Signed-off-by: David Gow <davidgow@google.com>
---
 Documentation/dev-tools/kunit/architecture.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
index e95ab05342bb..f335f883f8f6 100644
--- a/Documentation/dev-tools/kunit/architecture.rst
+++ b/Documentation/dev-tools/kunit/architecture.rst
@@ -119,9 +119,9 @@ All expectations/assertions are formatted as:
 	  terminated immediately.
 
 		- Assertions call the function:
-		  ``void __noreturn kunit_abort(struct kunit *)``.
+		  ``void __noreturn __kunit_abort(struct kunit *)``.
 
-		- ``kunit_abort`` calls the function:
+		- ``__kunit_abort`` calls the function:
 		  ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
 
 		- ``kunit_try_catch_throw`` calls the function:
-- 
2.41.0.rc2.161.g9c6817b8e7-goog


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

* Re: [PATCH] Documentation: kunit: Rename references to kunit_abort()
  2023-06-02  3:53 [PATCH] Documentation: kunit: Rename references to kunit_abort() David Gow
@ 2023-06-02 21:36 ` Daniel Latypov
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Latypov @ 2023-06-02 21:36 UTC (permalink / raw)
  To: David Gow
  Cc: Brendan Higgins, Shuah Khan, Rae Moar, Jonathan Corbet, linux-doc,
	kunit-dev, linux-kselftest, linux-kernel

On Thu, Jun 1, 2023 at 8:54 PM David Gow <davidgow@google.com> wrote:
>
> The kunit_abort() function has been renamed __kunit_abort(), update the
> references to it in the documentation.
>
> Suggested-by: Daniel Latypov <dlatypov@google.com>
> Signed-off-by: David Gow <davidgow@google.com>

Reviewed-by: Daniel Latypov <dlatypov@google.com>

Thanks!
Double checked that this was the only remaining reference and that
this patch applied OK.

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

end of thread, other threads:[~2023-06-02 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02  3:53 [PATCH] Documentation: kunit: Rename references to kunit_abort() David Gow
2023-06-02 21:36 ` Daniel Latypov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox