Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590204
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging/atomisp: fix semicolon.cocci warnings |
| Date | 2017-03-01 11:40 +0100 |
| Message-ID | <tg9PS-1LH-51@gated-at.bofh.it> (permalink) |
| References | <tg9PP-1LH-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
drivers/staging/media/atomisp/pci/atomisp2/./atomisp_compat_css20.c:551:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Alan Cox <alan@linux.intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- atomisp_compat_css20.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/media/atomisp/pci/atomisp2/./atomisp_compat_css20.c +++ b/drivers/staging/media/atomisp/pci/atomisp2/./atomisp_compat_css20.c @@ -548,7 +548,7 @@ static int __destroy_stream(struct atomi } usleep_range(100, 200); - }; + } } stream_env->stream_state = CSS_STREAM_STOPPED;
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging/atomisp: fix semicolon.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-03-01 11:40 +0100
csiph-web