]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crc32: move long comment about crc32 fundamentals to Documentation/
authorBob Pearson <rpearson@systemfabricworks.com>
Fri, 23 Mar 2012 22:02:22 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:37 +0000 (16:58 -0700)
commitfbedceb10066430b925cf43fbf926e8abb9e2359
treeea4f9453fd810c82c106df1e5b5932894ddcadd5
parente30c7a8fcf2d5bba53ea07047b1a0f9161da1078
crc32: move long comment about crc32 fundamentals to Documentation/

Move a long comment from lib/crc32.c to Documentation/crc32.txt where it
will more likely get read.

Edited the resulting document to add an explanation of the slicing-by-n
algorithm.

[djwong@us.ibm.com: minor changelog tweaks]
[akpm@linux-foundation.org: fix typo, per George]
Signed-off-by: George Spelvin <linux@horizon.com>
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>
Documentation/00-INDEX
Documentation/crc32.txt [new file with mode: 0644]
lib/crc32.c