Staging: echo: top bit patch
authorDavid Rowe <david@rowetel.com>
Sun, 23 Aug 2009 01:27:53 +0000 (10:57 +0930)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:16 +0000 (12:02 -0700)
commit196e76e86a3a909125daff3d62f0a38761f79c66
treef63d60199d90135583304635ad2f4559d352915f
parenta3c0f0aa4f206297ea84f91ffb61c8687e23e1a4
Staging: echo: top bit patch

This patch removes the need for the bit_operations.h include file which
can now be deleted.  It also contains some minor corrections to comments
(typos and alignment of ASCII formulas).  I have also removed some #if
lines that were not necessary.

I have tested the patch using a unit test module that runs in kernel
mode and have verified that the patched code gives identical results to
the previous version using a 8000 sample input sequence.  Let me know if
you want this unit test, it runs automatically when the module is
insmod-ed and outputs a go/no go result:

# insmod oslec.ko
# dmesg
[17191803.480000] oslec_test installed
[17191803.480000] Testing OSLEC with 128 taps (16 ms tail)
[17191803.496000] Oslec Unit Test PASSED! pass: 8000  fail: 0

Signed-off-by: David Rowe <david@rowetel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/echo/TODO
drivers/staging/echo/echo.c
This page took 0.035385 seconds and 5 git commands to generate.