Skip to content
Snippets Groups Projects
Commit 0a5549ed authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

lib/checksum: fix one more thinko


When do_csum gets unaligned data, we really need to treat
the first byte as an even byte, not an odd byte, because
we swap the two halves later.

Found by Mike's checksum-selftest module.

Reported-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 20c1f641
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment