media: atomisp-ov2680: A trivial typo fix

s/miror/mirror/

Link: https://lore.kernel.org/linux-media/20210324135642.30054-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Bhaskar Chowdhury 2021-03-24 14:56:42 +01:00 committed by Mauro Carvalho Chehab
parent e6f238735f
commit fe8e320d8b

View File

@ -627,7 +627,7 @@ static struct ov2680_reg const ov2680_1296x976_30fps[] = {
{0x5706, 0x0c},
{0x5707, 0x78},
{0x3820, 0xc0},
{0x3821, 0x00}, //miror/flip
{0x3821, 0x00}, //mirror/flip
// {0x5090, 0x0c},
{}
};