On Mon, 2020-10-19 at 10:36 -0700, trix@xxxxxxxxxx wrote: > From: Tom Rix <trix@xxxxxxxxxx> > > A break is not needed if it is preceded by a return > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx> 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@xxxxxxxxxxxxx> Mimi