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 Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[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(-)

diff --git a/net/Kconfig b/net/Kconfig
index 964a4fe4999..564ea8b2d28 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
-- 
2.35.1