]> git.baikalelectronics.ru Git - kernel.git/commit
lib: crc32: clean up spacing in test cases
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 30 Oct 2013 10:50:48 +0000 (11:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 04:04:56 +0000 (23:04 -0500)
commitcf82af20f80a5628bd3a0ee510bf18328ace281e
tree99480add32ff3de37d69f77e75a5772d2505e7fd
parentbaa8e62ed638b0a340621096e953af0b006311d2
lib: crc32: clean up spacing in test cases

This is nothing more but a whitepace cleanup, as 80 chars is not a
hard but soft limit, and otherwise makes the test cases array really
look ugly. So fix it up.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/crc32.c