summaryrefslogtreecommitdiffstats
path: root/drivers/staging/echo/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-10 19:45:25 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:16 +0200
commit49bb9e6d75346980acdc43f5198032c2a0a22c2c (patch)
tree316a812efdc21cadddf4475b275d77455bc93d3b /drivers/staging/echo/TODO
parentStaging: sep: SEP driver build breaks with CONFIG_PCI=n (diff)
downloadkernel-qcow2-linux-49bb9e6d75346980acdc43f5198032c2a0a22c2c.tar.gz
kernel-qcow2-linux-49bb9e6d75346980acdc43f5198032c2a0a22c2c.tar.xz
kernel-qcow2-linux-49bb9e6d75346980acdc43f5198032c2a0a22c2c.zip
Staging: echo: fix up remaining checkpatch.pl issues
It's all just minor comment spacing issues. This patch fixes up the remaining ones and now the code is checkpatch.pl clean. Cc: Steve Underwood <steveu@coppice.org> Cc: David Rowe <david@rowetel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/echo/TODO')
-rw-r--r--drivers/staging/echo/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/echo/TODO b/drivers/staging/echo/TODO
index f6d8580a0baa..18f7b4a78343 100644
--- a/drivers/staging/echo/TODO
+++ b/drivers/staging/echo/TODO
@@ -1,5 +1,4 @@
TODO:
- - checkpatch.pl cleanups
- handle bit_operations.h (merge in or make part of common code?)
- remove proc interface, only use echo.h interface (proc interface is
racy and not correct.)