All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: rcar-vin: Remove stray blank line
@ 2022-03-30 15:58 Niklas Söderlund
  2022-03-31 16:13 ` Kieran Bingham
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Söderlund @ 2022-03-30 15:58 UTC (permalink / raw)
  To: Hans Verkuil, linux-media; +Cc: Niklas Söderlund

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: rcar-vin: Remove stray blank line
  2022-03-30 15:58 [PATCH] media: rcar-vin: Remove stray blank line Niklas Söderlund
@ 2022-03-31 16:13 ` Kieran Bingham
  0 siblings, 0 replies; 2+ messages in thread
From: Kieran Bingham @ 2022-03-31 16:13 UTC (permalink / raw)
  To: Hans Verkuil, Niklas Söderlund, linux-media; +Cc: Niklas Söderlund

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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-31 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 15:58 [PATCH] media: rcar-vin: Remove stray blank line Niklas Söderlund
2022-03-31 16:13 ` Kieran Bingham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.