linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon
@ 2017-03-12 14:46 kbuild test robot
  2017-03-12 14:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-03-12 14:46 UTC (permalink / raw)
  To: Noralf Trønnes; +Cc: kbuild-all, linux-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   106e4da60209b508894956b6adf4688f84c1766d
commit: 1f47e6cbf58d10392a2158b0e33ef72ad681e40f drm/tinydrm: Add support for Multi-Inno MI0283QT display
date:   3 weeks ago


coccinelle warnings: (new ones prefixed by >>)

>> drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon
   drivers/gpu/drm/tinydrm/mipi-dbi.c:593:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

* [PATCH] drm/tinydrm: fix semicolon.cocci warnings
  2017-03-12 14:46 drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon kbuild test robot
@ 2017-03-12 14:46 ` kbuild test robot
  2017-03-14 13:18   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-03-12 14:46 UTC (permalink / raw)
  To: Noralf Trønnes
  Cc: kbuild-all, linux-kernel, David Airlie, Thierry Reding, dri-devel

drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon
drivers/gpu/drm/tinydrm/mipi-dbi.c:593:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mipi-dbi.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/gpu/drm/tinydrm/mipi-dbi.c
+++ b/drivers/gpu/drm/tinydrm/mipi-dbi.c
@@ -590,7 +590,7 @@ static int mipi_dbi_spi1e_transfer(struc
 		ret = spi_sync(spi, &m);
 		if (ret)
 			return ret;
-	};
+	}
 
 	return 0;
 }
@@ -654,7 +654,7 @@ static int mipi_dbi_spi1_transfer(struct
 		ret = spi_sync(spi, &m);
 		if (ret)
 			return ret;
-	};
+	}
 
 	return 0;
 }

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

* Re: [PATCH] drm/tinydrm: fix semicolon.cocci warnings
  2017-03-12 14:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
@ 2017-03-14 13:18   ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2017-03-14 13:18 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Noralf Trønnes, Thierry Reding, kbuild-all, dri-devel, linux-kernel

On Sun, Mar 12, 2017 at 10:46:36PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon
> drivers/gpu/drm/tinydrm/mipi-dbi.c:593:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Applied to drm-misc-next, thx.
-Daniel

> ---
> 
>  mipi-dbi.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/drivers/gpu/drm/tinydrm/mipi-dbi.c
> +++ b/drivers/gpu/drm/tinydrm/mipi-dbi.c
> @@ -590,7 +590,7 @@ static int mipi_dbi_spi1e_transfer(struc
>  		ret = spi_sync(spi, &m);
>  		if (ret)
>  			return ret;
> -	};
> +	}
>  
>  	return 0;
>  }
> @@ -654,7 +654,7 @@ static int mipi_dbi_spi1_transfer(struct
>  		ret = spi_sync(spi, &m);
>  		if (ret)
>  			return ret;
> -	};
> +	}
>  
>  	return 0;
>  }
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2017-03-14 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-12 14:46 drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon kbuild test robot
2017-03-12 14:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
2017-03-14 13:18   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).