On Fri, 8 Mar 2024, Federico Serafini wrote: > Add missing break statements to address violations of MISRA C:2012 > Rule 16.3 ("An unconditional `break' statement shall terminate every > switch-clause"). > > Add missing default cases to address violations of MISRA C:2012 > Rule 16.4 (Every `switch' statement shall have a `default' label). > > No functional change. > > Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>