git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c1f64
)
lib/checksum: fix one more thinko
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 23 Jun 2009 20:52:51 +0000
(22:52 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 3 Nov 2009 15:06:53 +0000
(16:06 +0100)
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: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
No differences found