[media] staging: media: davinci_vpfe: fix checkpatch warning
This patch fixes following checkpatch warning, media/davinci_vpfe/dm365_ipipe.c:1271: WARNING: Missing a blank line after declarations media/davinci_vpfe/dm365_ipipe.c:1313: WARNING: Missing a blank line after declarations Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
80b44ef23a
commit
3b12c89d0d
1 changed files with 2 additions and 0 deletions
|
@ -1268,6 +1268,7 @@ static int ipipe_s_config(struct v4l2_subdev *sd, struct vpfe_ipipe_config *cfg)
|
|||
|
||||
for (i = 0; i < ARRAY_SIZE(ipipe_modules); i++) {
|
||||
unsigned int bit = 1 << i;
|
||||
|
||||
if (cfg->flag & bit) {
|
||||
const struct ipipe_module_if *module_if =
|
||||
&ipipe_modules[i];
|
||||
|
@ -1310,6 +1311,7 @@ static int ipipe_g_config(struct v4l2_subdev *sd, struct vpfe_ipipe_config *cfg)
|
|||
|
||||
for (i = 1; i < ARRAY_SIZE(ipipe_modules); i++) {
|
||||
unsigned int bit = 1 << i;
|
||||
|
||||
if (cfg->flag & bit) {
|
||||
const struct ipipe_module_if *module_if =
|
||||
&ipipe_modules[i];
|
||||
|
|
Loading…
Add table
Reference in a new issue