On Sat, May 18, 2024 at 11:02:12AM +0000, Petr Beneš wrote: > From: Petr Beneš <w1be...@gmail.com> > > No functional change. > > Signed-off-by: Petr Beneš <w1be...@gmail.com> > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
TBH I'm fine without the braces, but if lack of them can cause confusion: Acked-by: Roger Pau Monné <roger....@citrix.com> CODING_STYLE states that braces can be omitted for blocks with single statements, I guess we should clarify whether multi-line statements are accepted, as the example contains a single-line statement. Thanks, Roger.