summaryrefslogtreecommitdiff
path: root/drivers/staging/gasket/TODO
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2018-07-31 13:24:44 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-01 20:07:03 +0200
commit953105453b1aeb45d15a4c053fdc911f039b097b (patch)
tree2cef010db97413253cab6b009f7e225066587b1a /drivers/staging/gasket/TODO
parent21cfa72cddee4cfd6a091968517fdbb4263f71d3 (diff)
staging: gasket: TODO: remove entry for multi-line alignment style
Multi-line alignment formatting issues fixed, remove the TODO entry for this. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gasket/TODO')
-rw-r--r--drivers/staging/gasket/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/gasket/TODO b/drivers/staging/gasket/TODO
index 6aa2a7f6bc4b..6ff8e01b04cc 100644
--- a/drivers/staging/gasket/TODO
+++ b/drivers/staging/gasket/TODO
@@ -4,9 +4,6 @@ staging directory.
- Use misc interface instead of major number for driver version description.
- Add descriptions of module_param's
- apex_get_status() should actually check status.
-- Fix multi-line alignment formatting to look like:
- int ret = long_function_name(device, VARIABLE1, VARIABLE2,
- VARIABLE3, VARIABLE4);
- "drivers" should never be dealing with "raw" sysfs calls or mess around with
kobjects at all. The driver core should handle all of this for you
automaically. There should not be a need for raw attribute macros.