浏览代码

Staging: heci: add TODO file

List some of the remaining issues in the code.

Cc: Anas Nashif <anas.nashif@intel.com>
Cc: Marcin Obara <marcin.obara@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 年之前
父节点
当前提交
21a6a6e9f8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      drivers/staging/heci/TODO

+ 6 - 0
drivers/staging/heci/TODO

@@ -0,0 +1,6 @@
+TODO:
+	- fix user/kernel pointer mess in the ioctl handlers as pointed
+	  out by sparse.
+	- resolve the ioctls and see if most of them can just be simple
+	  sysfs files
+	- fix locking issues that sparse points out at the least.