Re: [PATCH] net: Fix discuss discard typo

2022-06-17 Thread Tom Rini
On Sun, May 01, 2022 at 06:43:55PM +0200, Marek Vasut wrote: > Replace discuss with discard, that is what happens with packet with > incorrect checksum. Fix the typo. > > Fixes: 4b37fd146bb ("Convert CONFIG_UDP_CHECKSUM to Kconfig") > Signed-off-by: Marek Vasut > Cc: Ramon Fried > Cc: Simon

[PATCH] net: Fix discuss discard typo

2022-05-01 Thread Marek Vasut
Replace discuss with discard, that is what happens with packet with incorrect checksum. Fix the typo. Fixes: 4b37fd146bb ("Convert CONFIG_UDP_CHECKSUM to Kconfig") Signed-off-by: Marek Vasut Cc: Ramon Fried Cc: Simon Glass --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)