summaryrefslogtreecommitdiff
path: root/drivers/staging/gpib/TODO
blob: bf2c3974254872f0d5bce1f061ccf4b2680d78e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO:
- checkpatch.pl fixes
- fix device drivers that are broken ("depends on BROKEN" in Kconfig)
- tidy-up comments:
  - there are some "//comments" and "// comments" scattered around
  - sometimes they are misaligned
  - sometimes "// comments" are interleaved with "/* comments */"
  - multiline comments should start with initial almost-blank line:
    /*
     * Good
     * multiline
     * comment
     */
    /* Bad
     * multiline
     * comment
     */
- resolve XXX notes where possible
- fix FIXME notes
- clean-up commented-out code
- fix typos