Skip to content

Commit

Permalink
staging: bcm2835-camera: Fix missing lines between items
Browse files Browse the repository at this point in the history
Fix checkpatch errors for missing blank lines after variable
or structure declarations.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
  • Loading branch information
6by9 authored and Phil Elwell committed May 28, 2019
1 parent 8fc32fb commit e6c8b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -130,6 +130,7 @@ int set_framerate_params(struct bm2835_mmal_dev *dev);
(pix_fmt)->pixelformat, (pix_fmt)->bytesperline, \
(pix_fmt)->sizeimage, (pix_fmt)->colorspace, (pix_fmt)->priv); \
}

#define v4l2_dump_win_format(level, debug, dev, win_fmt, desc) \
{ \
v4l2_dbg(level, debug, dev, \
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/vc04_services/bcm2835-camera/controls.c
Expand Up @@ -53,6 +53,7 @@ static const s64 ev_bias_qmenu[] = {
static const s64 iso_qmenu[] = {
0, 100000, 200000, 400000, 800000,
};

static const uint32_t iso_values[] = {
0, 100, 200, 400, 800,
};
Expand Down

0 comments on commit e6c8b58

Please sign in to comment.