Re: [PATCH 05/12] virtfs-proxy-helper: Remove the superfluous break

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/13/20 11:04 AM, Yi Wang wrote: > From: Liao Pingfang > > Remove the superfluous break, as there is a "return" before it. > > Signed-off-by: Liao Pingfang > Signed-off-by: Yi Wang > Reviewed-by: Philippe Mathieu-Daudé Hmm I never reviewed this patch, only the openrisc one: https://lists

[PATCH 05/12] virtfs-proxy-helper: Remove the superfluous break

2020-07-13 Thread Yi Wang
From: Liao Pingfang Remove the superfluous break, as there is a "return" before it. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang Reviewed-by: Philippe Mathieu-Daudé --- fsdev/virtfs-proxy-helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fsdev/virtfs-proxy-helper.c b/fsdev/