[PATCH ] lib/crc32: update the comments of, crc32_{be,le}_generic()

2013-07-19 Thread Gu Zheng
Signed-off-by: Gu Zheng --- lib/crc32.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/crc32.c b/lib/crc32.c index 072fbd8..4722659 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -131,11 +131,14 @@ crc32_body(u32 crc, unsigned char const *buf, size_t

[PATCH ] lib/crc32: update the comments of, crc32_{be,le}_generic()

2013-07-19 Thread Gu Zheng
Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- lib/crc32.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/crc32.c b/lib/crc32.c index 072fbd8..4722659 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -131,11 +131,14 @@ crc32_body(u32 crc, unsigned