diff mbox series

[v2,10/10] media: ipu3-cio2: Update Copyright year and fix indentation issues

Message ID 20200817160734.12402-10-andriy.shevchenko@linux.intel.com
State Accepted
Commit 30f573a85c30fa03041958ade07aac0f73aa869a
Headers show
Series [v2,01/10] media: ipu3-cio2: Simplify cleanup code | expand

Commit Message

Andy Shevchenko Aug. 17, 2020, 4:07 p.m. UTC
Update Copyright year to cover the previous changes and at the same time
address indentation issues.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: one more indentation fix
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Laurent Pinchart Oct. 9, 2020, 1:15 a.m. UTC | #1
Hi Andy,

Thank you for the patch.

On Mon, Aug 17, 2020 at 07:07:33PM +0300, Andy Shevchenko wrote:
> Update Copyright year to cover the previous changes and at the same time

> address indentation issues.

> 

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>


Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>


> ---

> v2: one more indentation fix

>  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 7 +++----

>  1 file changed, 3 insertions(+), 4 deletions(-)

> 

> diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c

> index f3ec2d62cace..9a8c6e99d3ac 100644

> --- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c

> +++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c

> @@ -1,6 +1,6 @@

>  // SPDX-License-Identifier: GPL-2.0

>  /*

> - * Copyright (C) 2017 Intel Corporation

> + * Copyright (C) 2017,2020 Intel Corporation

>   *

>   * Based partially on Intel IPU4 driver written by

>   *  Sakari Ailus <sakari.ailus@linux.intel.com>

> @@ -9,7 +9,6 @@

>   *  Jouni Ukkonen <jouni.ukkonen@intel.com>

>   *  Antti Laakso <antti.laakso@intel.com>

>   * et al.

> - *

>   */

>  

>  #include <linux/delay.h>

> @@ -292,7 +291,7 @@ static int cio2_csi2_calc_timing(struct cio2_device *cio2, struct cio2_queue *q,

>  				 struct cio2_csi2_timing *timing)

>  {

>  	struct device *dev = &cio2->pci_dev->dev;

> -	struct v4l2_querymenu qm = {.id = V4L2_CID_LINK_FREQ, };

> +	struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ };

>  	struct v4l2_ctrl *link_freq;

>  	s64 freq;

>  	int r;

> @@ -864,7 +863,7 @@ static int cio2_vb2_buf_init(struct vb2_buffer *vb)

>  		b->offset = sg->sgl->offset;

>  

>  	i = j = 0;

> -	for_each_sg_dma_page (sg->sgl, &sg_iter, sg->nents, 0) {

> +	for_each_sg_dma_page(sg->sgl, &sg_iter, sg->nents, 0) {

>  		if (!pages--)

>  			break;

>  		b->lop[i][j] = PFN_DOWN(sg_page_iter_dma_address(&sg_iter));


-- 
Regards,

Laurent Pinchart
diff mbox series

Patch

diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
index f3ec2d62cace..9a8c6e99d3ac 100644
--- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c
+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
@@ -1,6 +1,6 @@ 
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2017 Intel Corporation
+ * Copyright (C) 2017,2020 Intel Corporation
  *
  * Based partially on Intel IPU4 driver written by
  *  Sakari Ailus <sakari.ailus@linux.intel.com>
@@ -9,7 +9,6 @@ 
  *  Jouni Ukkonen <jouni.ukkonen@intel.com>
  *  Antti Laakso <antti.laakso@intel.com>
  * et al.
- *
  */
 
 #include <linux/delay.h>
@@ -292,7 +291,7 @@  static int cio2_csi2_calc_timing(struct cio2_device *cio2, struct cio2_queue *q,
 				 struct cio2_csi2_timing *timing)
 {
 	struct device *dev = &cio2->pci_dev->dev;
-	struct v4l2_querymenu qm = {.id = V4L2_CID_LINK_FREQ, };
+	struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ };
 	struct v4l2_ctrl *link_freq;
 	s64 freq;
 	int r;
@@ -864,7 +863,7 @@  static int cio2_vb2_buf_init(struct vb2_buffer *vb)
 		b->offset = sg->sgl->offset;
 
 	i = j = 0;
-	for_each_sg_dma_page (sg->sgl, &sg_iter, sg->nents, 0) {
+	for_each_sg_dma_page(sg->sgl, &sg_iter, sg->nents, 0) {
 		if (!pages--)
 			break;
 		b->lop[i][j] = PFN_DOWN(sg_page_iter_dma_address(&sg_iter));