aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/echo/TODO
diff options
context:
space:
mode:
authorJ.R. Mauro <jrm8005@gmail.com>2008-10-30 19:26:59 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:05 -0800
commitc82895b8976a93d739373cb61daff72e1b490605 (patch)
treeb0fd51dcc898042fd41a266383a8a0f2006e257b /drivers/staging/echo/TODO
parente913397202b7551299da20fc8cf7b90c46f61ba3 (diff)
Staging: echo: remove typedefs
Remove typedefs in drivers/staging/echo Signed-off by: J.R. Mauro <jrm8005@gmail.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 1ca09afd603..0c7908412d9 100644
--- a/drivers/staging/echo/TODO
+++ b/drivers/staging/echo/TODO
@@ -1,7 +1,6 @@
TODO:
- checkpatch.pl cleanups
- Lindent
- - typedef removals
- 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.)