Re: [PATCH v1] dts: fix attribute error in checksum offload suite

2025-01-19 Thread Patrick Robb
Reviewed-by: Patrick Robb Applied to next-dts - thanks for finding this.

[PATCH v1] dts: fix attribute error in checksum offload suite

2025-01-16 Thread Dean Marx
Fix a variable naming error within the verify method that was causing an attribute error during runtime. Fixes: 05d7ad873798 ("dts: resolve mypy type errors") Signed-off-by: Dean Marx --- dts/tests/TestSuite_checksum_offload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g