From 4f10d6254e07fedfcb7a35189786b7e354165a04 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 24 Mar 2016 17:13:06 +0000 Subject: [PATCH] scst_vdisk: Remove superfluous semicolons git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6836 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 559d79781..b967c7c1b 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -2045,7 +2045,7 @@ static int vdisk_format_dif(struct scst_cmd *cmd, uint64_t start_lba, } virt_dev->format_progress_done = done; - }; + } out_set_fs: set_fs(old_fs); @@ -5885,7 +5885,7 @@ static int vdev_read_dif_tags(struct vdisk_cmd_params *p) if (finished) break; - }; + } set_fs(old_fs); @@ -6047,7 +6047,7 @@ restart: if (finished) break; - }; + } set_fs(old_fs); @@ -6162,7 +6162,7 @@ static enum compl_status_e fileio_exec_read(struct vdisk_cmd_params *p) break; length = scst_get_buf_next(cmd, (uint8_t __force **)&address); - }; + } set_fs(old_fs);