From: Liao Pingfang <liao.pingf...@zte.com.cn>

Remove the superfluous break, as there is a "return" before it.

Signed-off-by: Liao Pingfang <liao.pingf...@zte.com.cn>
---
 fsdev/virtfs-proxy-helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fsdev/virtfs-proxy-helper.c b/fsdev/virtfs-proxy-helper.c
index de061a8..e68acc1 100644
--- a/fsdev/virtfs-proxy-helper.c
+++ b/fsdev/virtfs-proxy-helper.c
@@ -825,7 +825,6 @@ static int process_reply(int sock, int type,
         break;
     default:
         return -1;
-        break;
     }
     return 0;
 }
-- 
2.9.5


Reply via email to