From: Dominik Karol PiÄ…tkowski Date: Thu, 17 Oct 2024 19:08:39 +0000 (+0000) Subject: staging: gpib: Add TODO file X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b8fa1677c33394da17ad9139897594b671ba767e;p=users%2Fjedix%2Flinux-maple.git staging: gpib: Add TODO file Add a TODO file for the gpib driver. Signed-off-by: Dominik Karol PiÄ…tkowski Link: https://lore.kernel.org/r/20241017190732.82176-1-dominik.karol.piatkowski@protonmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/TODO b/drivers/staging/gpib/TODO new file mode 100644 index 000000000000..bf2c39742548 --- /dev/null +++ b/drivers/staging/gpib/TODO @@ -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