Skip to content

Commit 46e6856

Browse files
dpenklergregkh
authored andcommitted
staging: gpib: Update TODO file
The comments have now been fixed so remove the item about comments from the TODO file. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://patch.msgid.link/20251117144021.23569-3-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b616714 commit 46e6856

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

  • drivers/staging/gpib

drivers/staging/gpib/TODO

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ TODO:
44
CHECK:ALLOC_SIZEOF_STRUCT: Prefer kmalloc(sizeof(*board->private_data)...) over kmalloc(sizeof(struct xxx_priv)...)
55
./gpio/gpib_bitbang.c:50: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parenthese
66
This warning will be addressed later: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string
7-
- tidy-up comments:
8-
- there are some "//comments" and "// comments" scattered around
9-
- sometimes they are misaligned
10-
- sometimes "// comments" are interleaved with "/* comments */"
11-
- multiline comments should start with initial almost-blank line:
12-
/*
13-
* Good
14-
* multiline
15-
* comment
16-
*/
17-
/* Bad
18-
* multiline
19-
* comment
20-
*/
217
- resolve XXX notes where possible
228
- fix FIXME notes
239
- clean-up commented-out code

0 commit comments

Comments
 (0)