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:
Laurent Pinchart 2019-10-28 00:44:19 +02:00
parent 9d66ffc085
commit 702dcb3105
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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__