[libcamera-devel,2/3] qcam: main: Fix comment incorrectly referring to the cam application
diff mbox series

Message ID 20201124174342.19587-3-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • qcam: Miscellaneous patches
Related show

Commit Message

Laurent Pinchart Nov. 24, 2020, 5:43 p.m. UTC
The top file description comment was incorrectly copied from the cam
application. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/qcam/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham Nov. 24, 2020, 7:07 p.m. UTC | #1
On 24/11/2020 17:43, Laurent Pinchart wrote:
> The top file description comment was incorrectly copied from the cam
> application. Fix it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/qcam/main.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/qcam/main.cpp b/src/qcam/main.cpp
> index f60d3cef0ecb..5505a5d88ef6 100644
> --- a/src/qcam/main.cpp
> +++ b/src/qcam/main.cpp
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2019, Google Inc.
>   *
> - * main.cpp - cam - The libcamera swiss army knife
> + * main.cpp - qcam - The libcamera GUI test application
>   */
>  
>  #include <signal.h>
>
Jacopo Mondi Nov. 24, 2020, 8:28 p.m. UTC | #2
Hi Laurent,

On Tue, Nov 24, 2020 at 07:43:41PM +0200, Laurent Pinchart wrote:
> The top file description comment was incorrectly copied from the cam
> application. Fix it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

Thanks
  j

> ---
>  src/qcam/main.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/qcam/main.cpp b/src/qcam/main.cpp
> index f60d3cef0ecb..5505a5d88ef6 100644
> --- a/src/qcam/main.cpp
> +++ b/src/qcam/main.cpp
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2019, Google Inc.
>   *
> - * main.cpp - cam - The libcamera swiss army knife
> + * main.cpp - qcam - The libcamera GUI test application
>   */
>
>  #include <signal.h>
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch
diff mbox series

diff --git a/src/qcam/main.cpp b/src/qcam/main.cpp
index f60d3cef0ecb..5505a5d88ef6 100644
--- a/src/qcam/main.cpp
+++ b/src/qcam/main.cpp
@@ -2,7 +2,7 @@ 
 /*
  * Copyright (C) 2019, Google Inc.
  *
- * main.cpp - cam - The libcamera swiss army knife
+ * main.cpp - qcam - The libcamera GUI test application
  */
 
 #include <signal.h>