]> Git Repo - linux.git/commit - lib/crc32.c
lib: crc32: reduce number of cases for crc32{, c}_combine
authorDaniel Borkmann <[email protected]>
Mon, 4 Nov 2013 16:10:27 +0000 (17:10 +0100)
committerDavid S. Miller <[email protected]>
Mon, 4 Nov 2013 20:27:08 +0000 (15:27 -0500)
commit165148396d8a220c0fb62e30101ea99b0223864e
treee65441edef73d0052b410c8d31b3c4bbbfc382ef
parentcc0ac1999589c9f713550adde85a09b0dbb75d86
lib: crc32: reduce number of cases for crc32{, c}_combine

We can safely reduce the number of test cases by a tenth.
There is no particular need to run as many as we're running
now for crc32{,c}_combine, that gives us still ~8000 tests
we're doing if people run kernels with crc selftests enabled
which is perfectly fine.

Signed-off-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
lib/crc32.c
This page took 0.053254 seconds and 4 git commands to generate.