mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-04 12:16:40 +08:00
Having the variable namining ret for a pointer makes the code looks odd,
ret looks like a value variable. Rename ret to pcb.
Also simplify the code in the do {} while() loop.
Signed-off-by: Axel Lin <axel.lin@ingics.com>