Skip to content

Commit

Permalink
staging: vc04_services: bcm2835-camera: Add blank line after declaration
Browse files Browse the repository at this point in the history
Add blank line after declaration. Issue found with checkpatch.

Signed-off-by: Nishka Dasgupta <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Nishka Dasgupta authored and gregkh committed Mar 22, 2018
1 parent 8c36961 commit 7c1f094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/vc04_services/bcm2835-camera/controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@ int bm2835_mmal_init_controls(struct bm2835_mmal_dev *dev,
* mismatches.
*/
int i;

mask = 1 << V4L2_SCENE_MODE_NONE;
for (i = 0;
i < ARRAY_SIZE(scene_configs);
Expand Down

0 comments on commit 7c1f094

Please sign in to comment.