aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-11 13:39:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-12 21:48:30 +0200
commit191c6a97a742d19dc2f4689d43f45168573dbe5a (patch)
tree7b8187654475167666869969cdbd0fe2ea1a9729 /drivers/staging/gasket/TODO
parentstaging: gasket: remove redundant license information (diff)
downloadlinux-dev-191c6a97a742d19dc2f4689d43f45168573dbe5a.tar.xz
linux-dev-191c6a97a742d19dc2f4689d43f45168573dbe5a.zip
staging: gasket: remove TODO item about SPDX usage
Now that the files are all properly tagged with SPDX lines, and the boilerplate license text is gone, remove the TODO item. Cc: Rob Springer <rspringer@google.com> Cc: John Joseph <jnjoseph@google.com> Cc: Ben Chan <benchan@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gasket/TODO')
-rw-r--r--drivers/staging/gasket/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/gasket/TODO b/drivers/staging/gasket/TODO
index 0d8ee9602c80..d3c44ca4fda2 100644
--- a/drivers/staging/gasket/TODO
+++ b/drivers/staging/gasket/TODO
@@ -1,7 +1,5 @@
This is a list of things that need to be done to get this driver out of the
staging directory.
-- Use SPDX tags to show the license of the file, and no more "boiler-plate"
- license text is needed.
- Remove static function declarations.
- Document sysfs files with Documentation/ABI/ entries.
- Use misc interface instead of major number for driver version description.