Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / dgnc / TODO
diff --git a/kernel/drivers/staging/dgnc/TODO b/kernel/drivers/staging/dgnc/TODO
new file mode 100644 (file)
index 0000000..2b2c6ea
--- /dev/null
@@ -0,0 +1,10 @@
+* checkpatch fixes
+* remove unecessary comments
+* remove unecessary error messages. Example kzalloc() has its
+  own error message. Adding an extra one is useless.
+* use goto statements for error handling when appropriate
+* there is a lot of unecessary code in the driver. It was
+  originally a standalone driver. Remove uneeded code.
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
+Cc: Lidza Louina <lidza.louina@gmail.com>