Add a TODO file for the gpib driver.
Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
---
v2: Remove maintainers from TODO, as they can be found in MAINTAINERS file
v3: Add things other than checkpatch fixes spotted in the code
drivers/staging/gpib/TODO | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 drivers/staging/gpib/TODO
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
--
2.34.1