On Tue, Feb 10, 2026 at 12:09:17PM -0300, Fabio Estevam wrote: > On Tue, Feb 10, 2026 at 9:49???AM Brian Ruley > <[email protected]> wrote: > > > > Conform with U-boot guidelines. > > Which guidelines? Please explain. > > I don't see any improvements made by this patch, sorry.
Hi there, I'm simply following U-Boot coding style: https://docs.u-boot.org/en/stable/develop/codingstyle.html Checkpatch has already complained a bunch whenever I touched this particular code base, so I applied clang-format (since the project has it) before making my changes to suppress some of the warnings. If you feel like there's no visual improvement, I can of course remove the patch, but I feel it odd to have a coding style in the docs if it's completely optional. Best regards, Brian

