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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Dave Penkler and committed by
Greg Kroah-Hartman
46e68568 b6167146

-14
-14
drivers/staging/gpib/TODO
··· 4 4 CHECK:ALLOC_SIZEOF_STRUCT: Prefer kmalloc(sizeof(*board->private_data)...) over kmalloc(sizeof(struct xxx_priv)...) 5 5 ./gpio/gpib_bitbang.c:50: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parenthese 6 6 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 - */ 21 7 - resolve XXX notes where possible 22 8 - fix FIXME notes 23 9 - clean-up commented-out code