[RFC 09/10] app/test-dma-perf: fix parsing of dma address
Morten Brørup
mb at smartsharesystems.com
Thu Nov 14 08:00:52 CET 2024
> + while (*addrs == '\0' && isspace(*addrs))
> addrs++;
This is never going to happen. Did you mean ||?
More information about the dev
mailing list