mirror of https://gitee.com/openkylin/linux.git
[media] soc_camera: Fix checkpatch warning in ov9640.c
Silences the following warning: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
cbdb1f9db4
commit
8b0706802f
|
@ -60,7 +60,7 @@ static const struct ov9640_reg ov9640_regs_dflt[] = {
|
|||
|
||||
/* Configurations
|
||||
* NOTE: for YUV, alter the following registers:
|
||||
* COM12 |= OV9640_COM12_YUV_AVG
|
||||
* COM12 |= OV9640_COM12_YUV_AVG
|
||||
*
|
||||
* for RGB, alter the following registers:
|
||||
* COM7 |= OV9640_COM7_RGB
|
||||
|
|
Loading…
Reference in New Issue