From: Marek Vasut Date: Sun, 1 May 2022 16:43:55 +0000 (+0200) Subject: net: Fix discuss discard typo X-Git-Tag: baikal/mips/sdk5.9~3^2~23^2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=23f6f0dd022d36cdac6c41422c905347349821dd;p=uboot.git net: Fix discuss discard typo Replace discuss with discard, that is what happens with packet with incorrect checksum. Fix the typo. Fixes: e2b4a83352d ("Convert CONFIG_UDP_CHECKSUM to Kconfig") Signed-off-by: Marek Vasut Cc: Ramon Fried Cc: Simon Glass --- diff --git a/net/Kconfig b/net/Kconfig index 964a4fe499..564ea8b2d2 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -158,7 +158,7 @@ config UDP_CHECKSUM default y if SANDBOX help Enable this to verify the checksum on UDP packets. If the checksum - is wrong then the packet is discussed and an error is shown, like + is wrong then the packet is discarded and an error is shown, like "UDP wrong checksum 29374a23 30ff3826" config BOOTP_SERVERIP