libcamera: formats: Write libcamera in lowercase
The libcamera name should never be capitalized. Fix the two incorrect occurrences. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
9d66ffc085
commit
702dcb3105
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019, Google Inc.
|
* Copyright (C) 2019, Google Inc.
|
||||||
*
|
*
|
||||||
* formats.cpp - Libcamera image formats
|
* formats.cpp - libcamera image formats
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "formats.h"
|
#include "formats.h"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019, Google Inc.
|
* Copyright (C) 2019, Google Inc.
|
||||||
*
|
*
|
||||||
* formats.h - Libcamera image formats
|
* formats.h - libcamera image formats
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LIBCAMERA_FORMATS_H__
|
#ifndef __LIBCAMERA_FORMATS_H__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue