Commit 95310545 authored by Todd Poynor's avatar Todd Poynor Committed by Greg Kroah-Hartman

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: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 21cfa72c
...@@ -4,9 +4,6 @@ staging directory. ...@@ -4,9 +4,6 @@ staging directory.
- Use misc interface instead of major number for driver version description. - Use misc interface instead of major number for driver version description.
- Add descriptions of module_param's - Add descriptions of module_param's
- apex_get_status() should actually check status. - 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 - "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 kobjects at all. The driver core should handle all of this for you
automaically. There should not be a need for raw attribute macros. automaically. There should not be a need for raw attribute macros.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment