[dm-devel] [PATCH 09/15] libmultipath/checkers/tur: Terminate a statement with a semicolon

Bart Van Assche bart.vanassche at sandisk.com
Tue Oct 4 17:40:13 UTC 2016


This patch does not affect any functionality but helps editors to
auto-indent the code below that statement correctly.

Signed-off-by: Bart Van Assche <bart.vanassche at sandisk.com>
---
 libmultipath/checkers/tur.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/checkers/tur.c b/libmultipath/checkers/tur.c
index 67933cb..3f97f2a 100644
--- a/libmultipath/checkers/tur.c
+++ b/libmultipath/checkers/tur.c
@@ -215,7 +215,7 @@ static void *tur_thread(void *ctx)
 
 	ct->message[0] = '\0';
 	/* This thread can be canceled, so setup clean up */
-	tur_thread_cleanup_push(ct)
+	tur_thread_cleanup_push(ct);
 
 	/* TUR checker start up */
 	pthread_mutex_lock(&ct->lock);
-- 
2.10.0




More information about the dm-devel mailing list