[PATCH 01/12] libcamera: object: Fix thread-bound reference in documentation

Milan Zamazal mzamazal at redhat.com
Mon Jan 22 19:16:17 CET 2024


Laurent Pinchart <laurent.pinchart at ideasonboard.com> writes:

> The Object::message() function is documented as thread-bound without
> using the correct \threadbound reference. Fix it to ensure it gets
> included in the thread safety context list.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Milan Zamazal <mzamazal at redhat.com>

> ---
>  src/libcamera/base/object.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/base/object.cpp b/src/libcamera/base/object.cpp
> index 92cecd22fbe9..1fce5a2af9af 100644
> --- a/src/libcamera/base/object.cpp
> +++ b/src/libcamera/base/object.cpp
> @@ -259,7 +259,7 @@ void Object::message(Message *msg)
>   * Moving an object that has a parent is not allowed, and causes undefined
>   * behaviour.
>   *
> - * \context This function is thread-bound.
> + * \context This function is \threadbound.
>   */
>  void Object::moveToThread(Thread *thread)
>  {



More information about the libcamera-devel mailing list