staging: gpib: Add TODO file

Add a TODO file for the gpib driver.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
Link: https://lore.kernel.org/r/20241017190732.82176-1-dominik.karol.piatkowski@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Dominik Karol Piątkowski
2024-10-17 19:08:39 +00:00
committed by Greg Kroah-Hartman
parent 0ef2fbdf7d
commit b8fa1677c3

21
drivers/staging/gpib/TODO Normal file
View File

@@ -0,0 +1,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