On Wed, 25 Sept 2024 at 03:41, Mikhail Kshevetskiy <[email protected]> wrote: > > This patch: > * remove useless code, > * use a special function for pretty printing of tcp flags, > * simplify the code > > The behavior should not be changed. > > Signed-off-by: Mikhail Kshevetskiy <[email protected]> > --- > net/tcp.c | 66 +++++++++++++++++++++++++++---------------------------- > 1 file changed, 33 insertions(+), 33 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

