[PATCH] media: i2c: ov5645: Drop empty comment

Prabhakar posted 1 patch 3 years, 6 months ago
drivers/media/i2c/ov5645.c | 3 ---
1 file changed, 3 deletions(-)
[PATCH] media: i2c: ov5645: Drop empty comment
Posted by Prabhakar 3 years, 6 months ago
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Drop empty multiline comment.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 drivers/media/i2c/ov5645.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/media/i2c/ov5645.c b/drivers/media/i2c/ov5645.c
index 3c3b30338328..754abc979adb 100644
--- a/drivers/media/i2c/ov5645.c
+++ b/drivers/media/i2c/ov5645.c
@@ -14,9 +14,6 @@
  *   https://www.mail-archive.com/linux-media%40vger.kernel.org/msg92671.html
  */
 
-/*
- */
-
 #include <linux/bitops.h>
 #include <linux/clk.h>
 #include <linux/delay.h>
-- 
2.25.1
Re: [PATCH] media: i2c: ov5645: Drop empty comment
Posted by Laurent Pinchart 3 years, 4 months ago
Hi Prabhakar,

Thank you for the patch.

On Tue, Sep 27, 2022 at 09:20:05PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Drop empty multiline comment.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

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

> ---
>  drivers/media/i2c/ov5645.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/media/i2c/ov5645.c b/drivers/media/i2c/ov5645.c
> index 3c3b30338328..754abc979adb 100644
> --- a/drivers/media/i2c/ov5645.c
> +++ b/drivers/media/i2c/ov5645.c
> @@ -14,9 +14,6 @@
>   *   https://www.mail-archive.com/linux-media%40vger.kernel.org/msg92671.html
>   */
>  
> -/*
> - */
> -
>  #include <linux/bitops.h>
>  #include <linux/clk.h>
>  #include <linux/delay.h>

-- 
Regards,

Laurent Pinchart