* [drm-intel:drm-intel-nightly 1827/1945] drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon
@ 2017-02-23 16:46 kbuild test robot
2017-02-23 16:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-02-23 16:46 UTC (permalink / raw)
To: Noralf Trønnes; +Cc: intel-gfx, kbuild-all, dri-devel
tree: git://anongit.freedesktop.org/drm-intel drm-intel-nightly
head: 53a95c930ad728b11cc2b21e42b4bd9dcd306400
commit: 9f69eb5c36a644571cca6b2f8dc5f6a7cba04a8b [1827/1945] drm/tinydrm: Add helper functions
coccinelle warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454: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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] drm/tinydrm: fix semicolon.cocci warnings
2017-02-23 16:46 [drm-intel:drm-intel-nightly 1827/1945] drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon kbuild test robot
@ 2017-02-23 16:46 ` kbuild test robot
2017-02-26 21:55 ` Daniel Vetter
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-02-23 16:46 UTC (permalink / raw)
To: Noralf Trønnes; +Cc: intel-gfx, kbuild-all, dri-devel
drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
tinydrm-helpers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
+++ b/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
@@ -451,7 +451,7 @@ int tinydrm_spi_transfer(struct spi_devi
ret = spi_sync(spi, &m);
if (ret)
return ret;
- };
+ }
return 0;
}
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/tinydrm: fix semicolon.cocci warnings
2017-02-23 16:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
@ 2017-02-26 21:55 ` Daniel Vetter
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2017-02-26 21:55 UTC (permalink / raw)
To: kbuild test robot; +Cc: intel-gfx, Noralf Trønnes, kbuild-all, dri-devel
On Fri, Feb 24, 2017 at 12:46:48AM +0800, kbuild test robot wrote:
> drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454: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, thanks.
-Daniel
> ---
>
> tinydrm-helpers.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
> +++ b/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
> @@ -451,7 +451,7 @@ int tinydrm_spi_transfer(struct spi_devi
> 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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-26 21:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 16:46 [drm-intel:drm-intel-nightly 1827/1945] drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon kbuild test robot
2017-02-23 16:46 ` [PATCH] drm/tinydrm: fix semicolon.cocci warnings kbuild test robot
2017-02-26 21:55 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox