]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
media: rcar-vin: Remove stray blank line
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 30 Mar 2022 15:58:11 +0000 (17:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 13 May 2022 09:02:19 +0000 (11:02 +0200)
Remove a stray blank line between function definition and body.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/renesas/rcar-vin/rcar-core.c

index 95f338b9477c619066808d5021ff3e49405b015e..49bdcfba010b2c8ad995d24ca8fbcc25ba53b2ac 100644 (file)
@@ -889,7 +889,6 @@ static const struct media_device_ops rvin_csi2_media_ops = {
 
 static int rvin_csi2_create_link(struct rvin_group *group, unsigned int id,
                                 const struct rvin_group_route *route)
-
 {
        struct media_entity *source = &group->remotes[route->csi].subdev->entity;
        struct media_entity *sink = &group->vin[id]->vdev.entity;