summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/TODO
diff options
context:
space:
mode:
authorSeunghun Lee <waydi1@gmail.com>2014-09-01 22:46:59 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-02 10:44:33 -0700
commit587abd7b030283baf921ba1a62c8a7280fea5e9d (patch)
tree1f7f642c1d7b3f7e117203a5484899cd5fe8ba73 /drivers/staging/dgnc/TODO
parent239d1346f5f77135e272eee0c33cfa3e52fc4e1c (diff)
staging: dgnc: split two assignments into the two assignments on two lines.
split two assignments into the two assignments on two lines. CC: Lidza Louina <lidza.louina@gmail.com> CC: Mark Hounschell <markh@compro.net> Signed-off-by: Seunghun Lee <waydi1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/TODO')
-rw-r--r--drivers/staging/dgnc/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO
index d2828c7936c8..22adff1078f3 100644
--- a/drivers/staging/dgnc/TODO
+++ b/drivers/staging/dgnc/TODO
@@ -1,6 +1,4 @@
* checkpatch fixes
-* split two assignments into the two assignments on two lines;
- don't use two equals signs
* remove unecessary comments
* remove unecessary error messages. Example kzalloc() has its
own error message. Adding an extra one is useless.