]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
TODO: remove a note about own checkpatch.pl copy
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Feb 2014 17:23:24 +0000 (19:23 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Feb 2014 17:33:07 +0000 (19:33 +0200)
We've removed the copy of checkpatch.pl, so amend the TODO note.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
doc/TODO.txt

index 020cc0e319817494d3120ca47a3d8ba4d5a75ac1..7549ac088d07a62e71f55b5b27447907608c39b2 100644 (file)
@@ -36,8 +36,6 @@ implementing them.
     for review/reply before applying patches.
 
 * Functional improvements
-  * Stop carrying own copies of checkpatch.pl and coccinelle. Just use the ones
-    from the project kernel tree. For those who uses old kernels but want to
-    benefit from new checkpatch.pl/coccinelle scripts, allow to specify path
-    to the upstream kernel, and pick the scripts from there instead of picking
-    them from the project kernel sources.
+  * Stop carrying own copy of coccinelle. Just use the ones from the
+    project kernel tree. This is better because our own copy tend to get
+    out-of-date.