diff mbox series

media: i2c: rdacm20: Fix indentation in comment

Message ID 20220101173540.9090-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State New, archived
Headers show
Series media: i2c: rdacm20: Fix indentation in comment | expand

Commit Message

Laurent Pinchart Jan. 1, 2022, 5:35 p.m. UTC
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Fix a small indentation issue in a comment block.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 drivers/media/i2c/rdacm20.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c

Comments

Kieran Bingham Jan. 2, 2022, 3:05 p.m. UTC | #1
Quoting Laurent Pinchart (2022-01-01 17:35:40)
> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Fix a small indentation issue in a comment block.

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>


> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  drivers/media/i2c/rdacm20.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c
> index 025a610de893..e1eff4678ab3 100644
> --- a/drivers/media/i2c/rdacm20.c
> +++ b/drivers/media/i2c/rdacm20.c
> @@ -463,8 +463,8 @@ static int rdacm20_initialize(struct rdacm20_device *dev)
>                 return ret;
>  
>         /*
> -        *  Ensure that we have a good link configuration before attempting to
> -        *  identify the device.
> +        * Ensure that we have a good link configuration before attempting to
> +        * identify the device.
>          */
>         ret = max9271_configure_i2c(&dev->serializer,
>                                     MAX9271_I2CSLVSH_469NS_234NS |
> 
> base-commit: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c
> -- 
> Regards,
> 
> Laurent Pinchart
>
Jacopo Mondi Jan. 9, 2022, 3:36 p.m. UTC | #2
Hi Laurent

On Sat, Jan 01, 2022 at 07:35:40PM +0200, Laurent Pinchart wrote:
> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
> Fix a small indentation issue in a comment block.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Ups :)
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Thanks
  j

> ---
>  drivers/media/i2c/rdacm20.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c
> index 025a610de893..e1eff4678ab3 100644
> --- a/drivers/media/i2c/rdacm20.c
> +++ b/drivers/media/i2c/rdacm20.c
> @@ -463,8 +463,8 @@ static int rdacm20_initialize(struct rdacm20_device *dev)
>  		return ret;
>
>  	/*
> -	 *  Ensure that we have a good link configuration before attempting to
> -	 *  identify the device.
> +	 * Ensure that we have a good link configuration before attempting to
> +	 * identify the device.
>  	 */
>  	ret = max9271_configure_i2c(&dev->serializer,
>  				    MAX9271_I2CSLVSH_469NS_234NS |
>
> base-commit: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c
> --
> Regards,
>
> Laurent Pinchart
>
diff mbox series

Patch

diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c
index 025a610de893..e1eff4678ab3 100644
--- a/drivers/media/i2c/rdacm20.c
+++ b/drivers/media/i2c/rdacm20.c
@@ -463,8 +463,8 @@  static int rdacm20_initialize(struct rdacm20_device *dev)
 		return ret;
 
 	/*
-	 *  Ensure that we have a good link configuration before attempting to
-	 *  identify the device.
+	 * Ensure that we have a good link configuration before attempting to
+	 * identify the device.
 	 */
 	ret = max9271_configure_i2c(&dev->serializer,
 				    MAX9271_I2CSLVSH_469NS_234NS |