Re: [PATCH 1/6] drivers: usb: remove usage of list iterator past the loop body

From: Joe Perches
Date: Mon Feb 28 2022 - 13:41:55 EST


On Mon, 2022-02-28 at 14:24 +0300, Dan Carpenter wrote:

> a multi-line indent gets curly braces for readability even though
> it's not required by C. And then both sides would get curly braces.

That's more your personal preference than a coding style guideline.