commit | 5933ceeeae1a5f8a8d1ea2ae64b7e8e7867f5cf2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun May 01 18:43:55 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 16 18:51:07 2022 -0400 |
tree | ad1b79d1af1e6595910bbce43e56b8e30bbf44f9 | |
parent | b27a38924a41d23e909fe7bc52bfce92000bf6d8 [diff] |
net: Fix discuss discard typo 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 <marex@denx.de> Cc: Ramon Fried <rfried.dev@gmail.com> Cc: Simon Glass <sjg@chromium.org>