Commit 8b070680 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mauro Carvalho Chehab

[media] soc_camera: Fix checkpatch warning in ov9640.c

Silences the following warning:
WARNING: please, no space before tabs
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent cbdb1f9d
...@@ -60,7 +60,7 @@ static const struct ov9640_reg ov9640_regs_dflt[] = { ...@@ -60,7 +60,7 @@ static const struct ov9640_reg ov9640_regs_dflt[] = {
/* Configurations /* Configurations
* NOTE: for YUV, alter the following registers: * NOTE: for YUV, alter the following registers:
* COM12 |= OV9640_COM12_YUV_AVG * COM12 |= OV9640_COM12_YUV_AVG
* *
* for RGB, alter the following registers: * for RGB, alter the following registers:
* COM7 |= OV9640_COM7_RGB * COM7 |= OV9640_COM7_RGB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment