Message ID | 20220330155811.1185758-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: rcar-vin: Remove stray blank line | expand |
Quoting Niklas Söderlund (2022-03-30 16:58:11) > Remove a stray blank line between function definition and body. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Given how controversial this change is, I'm not sure this is necessary, but this patch has made it's way into my inbox :-) - so before I archive it away: Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> > --- > drivers/media/platform/renesas/rcar-vin/rcar-core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/platform/renesas/rcar-vin/rcar-core.c b/drivers/media/platform/renesas/rcar-vin/rcar-core.c > index 64cb05b3907c28e5..4f36e9df7effeb2b 100644 > --- a/drivers/media/platform/renesas/rcar-vin/rcar-core.c > +++ b/drivers/media/platform/renesas/rcar-vin/rcar-core.c > @@ -891,7 +891,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; > -- > 2.35.1 >
diff --git a/drivers/media/platform/renesas/rcar-vin/rcar-core.c b/drivers/media/platform/renesas/rcar-vin/rcar-core.c index 64cb05b3907c28e5..4f36e9df7effeb2b 100644 --- a/drivers/media/platform/renesas/rcar-vin/rcar-core.c +++ b/drivers/media/platform/renesas/rcar-vin/rcar-core.c @@ -891,7 +891,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;
Remove a stray blank line between function definition and body. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> --- drivers/media/platform/renesas/rcar-vin/rcar-core.c | 1 - 1 file changed, 1 deletion(-)