Hi Simon, Thank you for the patch.
On Sat, May 23, 2026 at 02:54, Simon Glass <[email protected]> wrote: > Some call-sites use awkward line wraps inherited from test_ut.py > > Adjust the wrapping so each call uses a more natural format with the > first argument on the same line as the function name where possible, > and arguments wrapped on natural boundaries elsewhere. No behaviour > changes. > > Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- >

