On Mon, 2020-10-19 at 10:36 -0700, t...@redhat.com wrote: > From: Tom Rix <t...@redhat.com> > > A break is not needed if it is preceded by a return > > Signed-off-by: Tom Rix <t...@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 <zo...@linux.ibm.com> Mimi