Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590204 > unrolled thread

[PATCH] staging/atomisp: fix semicolon.cocci warnings

Started bykbuild test robot <fengguang.wu@intel.com>
First post2017-03-01 11:40 +0100
Last post2017-03-01 11:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] staging/atomisp: fix semicolon.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-03-01 11:40 +0100

#1590204 — [PATCH] staging/atomisp: fix semicolon.cocci warnings

Fromkbuild test robot <fengguang.wu@intel.com>
Date2017-03-01 11:40 +0100
Subject[PATCH] staging/atomisp: fix semicolon.cocci warnings
Message-ID<tg9PS-1LH-51@gated-at.bofh.it>
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;

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web