Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600338
| From | Daniel Vetter <daniel@ffwll.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drm/tinydrm: fix semicolon.cocci warnings |
| Date | 2017-03-14 14:20 +0100 |
| Message-ID | <tkUwP-Bf-41@gated-at.bofh.it> (permalink) |
| References | <tkcYO-2Pm-15@gated-at.bofh.it> <tkcYO-2Pm-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon kbuild test robot <fengguang.wu@intel.com> - 2017-03-12 15:50 +0100
[PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-03-12 15:50 +0100
Re: [PATCH] drm/tinydrm: fix semicolon.cocci warnings Daniel Vetter <daniel@ffwll.ch> - 2017-03-14 14:20 +0100
csiph-web