mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Greg Kroah-Hartman
parent
0ef2fbdf7d
commit
b8fa1677c3
21
drivers/staging/gpib/TODO
Normal file
21
drivers/staging/gpib/TODO
Normal 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
|
||||
Reference in New Issue
Block a user