mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
net: Fix discuss discard typo
Replace discuss with discard, that is what happens with packet with
incorrect checksum. Fix the typo.
Fixes: 4b37fd146b
("Convert CONFIG_UDP_CHECKSUM to Kconfig")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7e41abad9b
commit
3c07d639ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue