]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
staging: gpib: Update TODO
authorDave Penkler <dpenkler@gmail.com>
Wed, 21 May 2025 16:08:30 +0000 (18:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 15:31:52 +0000 (17:31 +0200)
As we no longer have any drivers depending on BROKEN in Kconfig
remove the fix broken driver line.

Add a list of checkpatch checks/warning that should be ignored.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250521160830.30454-1-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/TODO

index bf2c3974254872f0d5bce1f061ccf4b2680d78e3..ab41a7f9ca5bf78d21c707488782b4357f26e477 100644 (file)
@@ -1,6 +1,9 @@
 TODO:
 - checkpatch.pl fixes
-- fix device drivers that are broken ("depends on BROKEN" in Kconfig)
+  These checks should be ignored:
+    CHECK:ALLOC_SIZEOF_STRUCT: Prefer kmalloc(sizeof(*board->private_data)...) over kmalloc(sizeof(struct xxx_priv)...)
+    ./gpio/gpib_bitbang.c:50: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parenthese
+  This warning will be addressed later:  WARNING:UNDOCUMENTED_DT_STRING: DT compatible string
 - tidy-up comments:
   - there are some "//comments" and "// comments" scattered around
   - sometimes they are misaligned