[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E5EB614.9040600@systemfabricworks.com>
Date: Wed, 31 Aug 2011 17:30:44 -0500
From: Bob Pearson <rpearson@...temfabricworks.com>
To: linux-kernel@...r.kernel.org
CC: fzago@...temfabricworks.com, rpearson@...temfabricworks.com,
Joakim Tjernlund <joakim.tjernlund@...nsmode.se>,
George Spelvin <linux@...izon.com>, akpm@...ux-foundation.org
Subject: [PATCH v6 10/10] crc32-final.diff
Some final changes
- added a comment at the top of crc32.c
Signed-off-by: Bob Pearson <rpearson@...temfabricworks.com>
---
lib/crc32.c | 4 ++++
1 file changed, 4 insertions(+)
Index: for-next/lib/crc32.c
===================================================================
--- for-next.orig/lib/crc32.c
+++ for-next/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@...l.com>
* Nicer crc32 functions/docs submitted by linux@...izon.com. Thanks!
* Code was from the public domain, copyright abandoned. Code was
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists