Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dominik Karol Piątkowski and committed by
Greg Kroah-Hartman
b8fa1677 0ef2fbdf

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