Re: [PATCH] security: Remove the superfluous break

2020-07-21 Thread Ján Tomko
On a Friday in 2020, Yi Wang wrote: From: Liao Pingfang Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- src/security/security_apparmor.c | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Ján Tomko and pushed Jano

Re: [PATCH] security: Remove the superfluous break

2020-07-17 Thread Daniel Henrique Barboza
On 7/16/20 11:00 PM, Yi Wang wrote: From: Liao Pingfang Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- Reviewed-by: Daniel Henrique Barboza src/security/security_apparmor.c | 1 - 1 file changed, 1

[PATCH] security: Remove the superfluous break

2020-07-16 Thread Yi Wang
From: Liao Pingfang Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- src/security/security_apparmor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/security/security_apparmor.c b/src/security/security_apparmor.c