Message ID | 20210225020543.25090-1-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Laurent, On Thu, Feb 25, 2021 at 04:05:43AM +0200, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> > --- > src/libcamera/media_device.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/media_device.cpp b/src/libcamera/media_device.cpp > index de18d572f479..8987de127977 100644 > --- a/src/libcamera/media_device.cpp > +++ b/src/libcamera/media_device.cpp > @@ -50,7 +50,7 @@ LOG_DEFINE_CATEGORY(MediaDevice) > * entity to entity through pads and links as exposed by the corresponding > * classes. > * > - * Media device can be claimed for exclusive use with acquire(), released with > + * Media devices can be claimed for exclusive use with acquire(), released with > * release() and tested with busy(). This mechanism is aimed at pipeline > * managers to claim media devices they support during enumeration. > */ > -- > Regards, > > Laurent Pinchart > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
Hi On Thu, Feb 25, 2021 at 04:05:43AM +0200, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Thanks j > --- > src/libcamera/media_device.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/media_device.cpp b/src/libcamera/media_device.cpp > index de18d572f479..8987de127977 100644 > --- a/src/libcamera/media_device.cpp > +++ b/src/libcamera/media_device.cpp > @@ -50,7 +50,7 @@ LOG_DEFINE_CATEGORY(MediaDevice) > * entity to entity through pads and links as exposed by the corresponding > * classes. > * > - * Media device can be claimed for exclusive use with acquire(), released with > + * Media devices can be claimed for exclusive use with acquire(), released with > * release() and tested with busy(). This mechanism is aimed at pipeline > * managers to claim media devices they support during enumeration. > */ > -- > Regards, > > Laurent Pinchart > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
diff --git a/src/libcamera/media_device.cpp b/src/libcamera/media_device.cpp index de18d572f479..8987de127977 100644 --- a/src/libcamera/media_device.cpp +++ b/src/libcamera/media_device.cpp @@ -50,7 +50,7 @@ LOG_DEFINE_CATEGORY(MediaDevice) * entity to entity through pads and links as exposed by the corresponding * classes. * - * Media device can be claimed for exclusive use with acquire(), released with + * Media devices can be claimed for exclusive use with acquire(), released with * release() and tested with busy(). This mechanism is aimed at pipeline * managers to claim media devices they support during enumeration. */
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/libcamera/media_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)