diff options
| author | Dominik Karol PiÄ…tkowski <dominik.karol.piatkowski@protonmail.com> | 2024-10-17 19:08:39 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-04 00:50:53 +0100 |
| commit | b8fa1677c33394da17ad9139897594b671ba767e (patch) | |
| tree | c346dea245dc188f4c6d0f808d58fee29ba7d722 | |
| parent | 0ef2fbdf7d4f64b4f3436b25f9979927b9ff8cc5 (diff) | |
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>
| -rw-r--r-- | drivers/staging/gpib/TODO | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
