staging: vc04_services: bcm2835-camera: Add blank line after declaration
Add blank line after declaration. Issue found with checkpatch. Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8c3696102f
commit
7c1f094ac6
|
@ -1270,6 +1270,7 @@ int bm2835_mmal_init_controls(struct bm2835_mmal_dev *dev,
|
||||||
* mismatches.
|
* mismatches.
|
||||||
*/
|
*/
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
mask = 1 << V4L2_SCENE_MODE_NONE;
|
mask = 1 << V4L2_SCENE_MODE_NONE;
|
||||||
for (i = 0;
|
for (i = 0;
|
||||||
i < ARRAY_SIZE(scene_configs);
|
i < ARRAY_SIZE(scene_configs);
|
||||||
|
|
Loading…
Reference in New Issue