Re: [PATCH] net: remove commented out line

2025-03-21 Thread Ilias Apalodimas
On Fri, 21 Mar 2025 at 14:42, Jerome Forissier wrote: > > Commit 1d5d292b7941 ("net: split net into net{,-common,-legacy,-lwip}") > inadvertendly left a commented out declaration for do_wget() in > net-common.h. Remove it. > > Signed-off-by: Jerome Forissier > --- > include/net-common.h | 1 - >

Re: [PATCH] net: remove commented out line

2025-03-21 Thread Heinrich Schuchardt
On 21.03.25 13:42, Jerome Forissier wrote: Commit 1d5d292b7941 ("net: split net into net{,-common,-legacy,-lwip}") inadvertendly left a commented out declaration for do_wget() in net-common.h. Remove it. Signed-off-by: Jerome Forissier The definition was moved to include/net-lwip.h. Reviewed

[PATCH] net: remove commented out line

2025-03-21 Thread Jerome Forissier
Commit 1d5d292b7941 ("net: split net into net{,-common,-legacy,-lwip}") inadvertendly left a commented out declaration for do_wget() in net-common.h. Remove it. Signed-off-by: Jerome Forissier --- include/net-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net-common.h b/incl