Browse Source

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>
Greg Kroah-Hartman 7 years ago
parent
commit
191c6a97a7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/staging/gasket/TODO

+ 0 - 2
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.