Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]> --- drivers/staging/sb105x/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/staging/sb105x/TODO
diff --git a/drivers/staging/sb105x/TODO b/drivers/staging/sb105x/TODO new file mode 100644 index 0000000..518346f --- /dev/null +++ b/drivers/staging/sb105x/TODO @@ -0,0 +1,6 @@ +TODO: + - checkpatch.pl cleanups + - Fix sparse issues + - Fix coding style issues + - Improve TTY support: tty_port + - Use struct uart_driver defined in <linux/serial_core.h> -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

