diff options
author | Bob Pearson <rpearson@systemfabricworks.com> | 2012-03-23 15:02:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 16:58:38 -0700 |
commit | 78dff4189708d07cdcaf7bfd1b04ebe78ac9c041 (patch) | |
tree | be5ac559beab9f582505d8954cb1b67cc5fa7e3b /lib | |
parent | 0292c497b6b942557d085b37f888ef5865f67d37 (diff) | |
download | linux-3.10-78dff4189708d07cdcaf7bfd1b04ebe78ac9c041.tar.gz linux-3.10-78dff4189708d07cdcaf7bfd1b04ebe78ac9c041.tar.bz2 linux-3.10-78dff4189708d07cdcaf7bfd1b04ebe78ac9c041.zip |
crc32: add note about this patchset to crc32.c
Add a comment at the top of crc32.c
[djwong@us.ibm.com: Minor changelog tweaks]
Signed-off-by: Bob Pearson <rpearson@systemfabricworks.com>
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crc32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index 4eac9c770cd..a1a5145a93b 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -1,4 +1,8 @@ /* + * Aug 8, 2011 Bob Pearson with help from Joakim Tjernlund and George Spelvin + * cleaned up code to current version of sparse and added the slicing-by-8 + * algorithm to the closely similar existing slicing-by-4 algorithm. + * * Oct 15, 2000 Matt Domsch <Matt_Domsch@dell.com> * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks! * Code was from the public domain, copyright abandoned. Code was |