Re: [PATCH 2/2] dts: clear out Python syntax warnings

2025-01-16 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH 2/2] dts: clear out Python syntax warnings

2024-12-17 Thread Patrick Robb
Reviewed-by: Patrick Robb A question for main branch maintainers - should this series go directly to the main branch? I don't think I should apply this to next-dts due to the 1/2 patch. On Sat, Dec 14, 2024 at 5:43 AM Ariel Otilibili wrote: > * follow up of a discussion with Robin Jarry > * sin

[PATCH 2/2] dts: clear out Python syntax warnings

2024-12-14 Thread Ariel Otilibili
* follow up of a discussion with Robin Jarry * since 3.12 invalid escape sequences generate SyntaxWarning * in the future, these invalid sequences will generate SyntaxError * therefore changed syntax to raw string notation. Link: https://inbox.dpdk.org/dev/d6amqxrsg8e7.33baorrhrh...@redhat.com/ Li