[PATCH] security: remove unneeded break
Mimi Zohar
zohar at linux.ibm.com
Tue Oct 20 20:45:49 UTC 2020
On Mon, 2020-10-19 at 10:36 -0700, trix at redhat.com wrote:
> From: Tom Rix <trix at redhat.com>
>
> A break is not needed if it is preceded by a return
>
> Signed-off-by: Tom Rix <trix at redhat.com>
Recently "fall through" comments were added before any case statement
without a preceeding break. Have you made sure these changes won't be
flagged. Assuming you have,
Acked-by: Mimi Zohar <zohar at linux.ibm.com>
Mimi
More information about the Linux-security-module-archive
mailing list