[libcamera-devel] libcamera: v4l2_device: Fix trivial spelling errors

Message ID 20190319113550.18507-1-kieran.bingham@ideasonboard.com
State Accepted
Commit 651f6973a09d63bae816614b8d2e028a1c052cb3
Headers show
Series
  • [libcamera-devel] libcamera: v4l2_device: Fix trivial spelling errors
Related show

Commit Message

Kieran Bingham March 19, 2019, 11:35 a.m. UTC
succcess -> success
  categorized -> categorised

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/v4l2_device.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jacopo Mondi March 20, 2019, 3:32 p.m. UTC | #1
Hi Kieran,

sorry I missed this, please add my
Acked-by: Jacopo Mondi <jacopo@jmondi.org>

and I think you can push this one.

Thanks
  j

On Tue, Mar 19, 2019 at 11:35:50AM +0000, Kieran Bingham wrote:
>   succcess -> success
>   categorized -> categorised
>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> ---
>  src/libcamera/v4l2_device.cpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
> index a88a5f5ff036..889c63b3fb63 100644
> --- a/src/libcamera/v4l2_device.cpp
> +++ b/src/libcamera/v4l2_device.cpp
> @@ -128,7 +128,7 @@ LOG_DEFINE_CATEGORY(V4L2)
>   * height) and one to three planes with configurable line stride and a total
>   * per-plane size in bytes.
>   *
> - * Image formats, as defined by the V4L2 APIs, are categorized as packed,
> + * Image formats, as defined by the V4L2 APIs, are categorised as packed,
>   * semi-planar and planar, and describe the layout of the image pixel components
>   * stored in memory.
>   *
> @@ -797,7 +797,7 @@ int V4L2Device::queueBuffer(Buffer *buffer)
>   * This method dequeues the next available buffer from the device. If no buffer
>   * is available to be dequeued it will return nullptr immediately.
>   *
> - * \return A pointer to the dequeued buffer on succcess, or nullptr otherwise
> + * \return A pointer to the dequeued buffer on success, or nullptr otherwise
>   */
>  Buffer *V4L2Device::dequeueBuffer()
>  {
> --
> 2.19.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
index a88a5f5ff036..889c63b3fb63 100644
--- a/src/libcamera/v4l2_device.cpp
+++ b/src/libcamera/v4l2_device.cpp
@@ -128,7 +128,7 @@  LOG_DEFINE_CATEGORY(V4L2)
  * height) and one to three planes with configurable line stride and a total
  * per-plane size in bytes.
  *
- * Image formats, as defined by the V4L2 APIs, are categorized as packed,
+ * Image formats, as defined by the V4L2 APIs, are categorised as packed,
  * semi-planar and planar, and describe the layout of the image pixel components
  * stored in memory.
  *
@@ -797,7 +797,7 @@  int V4L2Device::queueBuffer(Buffer *buffer)
  * This method dequeues the next available buffer from the device. If no buffer
  * is available to be dequeued it will return nullptr immediately.
  *
- * \return A pointer to the dequeued buffer on succcess, or nullptr otherwise
+ * \return A pointer to the dequeued buffer on success, or nullptr otherwise
  */
 Buffer *V4L2Device::dequeueBuffer()
 {