[libcamera-devel] [PATCH] libcamera: formats: Write libcamera in lowercase

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Oct 28 12:01:09 CET 2019


Hi Laurent,

Thanks for your patch.

On 2019-10-28 12:52:11 +0200, Laurent Pinchart wrote:
> The libcamera name should never be capitalized. Fix the two incorrect
> occurrences.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Acked-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  src/libcamera/formats.cpp       | 2 +-
>  src/libcamera/include/formats.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/libcamera/formats.cpp b/src/libcamera/formats.cpp
> index ee4572e01332..6f0ffb6dc5a8 100644
> --- a/src/libcamera/formats.cpp
> +++ b/src/libcamera/formats.cpp
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2019, Google Inc.
>   *
> - * formats.cpp - Libcamera image formats
> + * formats.cpp - libcamera image formats
>   */
>  
>  #include "formats.h"
> diff --git a/src/libcamera/include/formats.h b/src/libcamera/include/formats.h
> index 796d65f1fba3..f43bc8c004f6 100644
> --- a/src/libcamera/include/formats.h
> +++ b/src/libcamera/include/formats.h
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2019, Google Inc.
>   *
> - * formats.h - Libcamera image formats
> + * formats.h - libcamera image formats
>   */
>  
>  #ifndef __LIBCAMERA_FORMATS_H__
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list