Re: [RFC 1/2] CRC32 Add GenWQE CRC to kernel CRC code

From: Frank Haverkamp
Date: Thu Dec 19 2013 - 04:12:33 EST


Hi Greg,

Am Mittwoch, den 18.12.2013, 16:55 -0800 schrieb Greg KH:
> > ---
> > include/linux/crc32.h | 2 2 + 0 - 0 !
> > lib/crc32.c | 10 10 + 0 - 0 !
> > lib/crc32defs.h | 5 5 + 0 - 0 !
> > lib/gen_crc32table.c | 39 31 + 8 - 0 !
> > 4 files changed, 48 insertions(+), 8 deletions(-)
>
> What kind of crazy diffstat is that? What generated it?

Those two patches I generated with quilt. I used an obviously strange
setting in my .quiltrc which was:

QUILT_DIFFSTAT_OPTS="-f0"

Removing this it looks better now:
---
include/linux/crc32.h | 2 ++
lib/crc32.c | 10 ++++++++++
lib/crc32defs.h | 6 ++++++
lib/gen_crc32table.c | 39 +++++++++++++++++++++++++++++++--------
4 files changed, 49 insertions(+), 8 deletions(-)

The other patches I generated with git.

Regards

Frank

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/