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

staging: gasket: TODO: remove entry for static function kernel docs

Remove the TODO entry for simplifying kernel doc style comments for
static functions, now that this has been addressed.
Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cef73302
...@@ -5,7 +5,6 @@ staging directory. ...@@ -5,7 +5,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.
- Static functions don't need kernel doc formatting, can be simplified.
- Fix multi-line alignment formatting to look like: - Fix multi-line alignment formatting to look like:
int ret = long_function_name(device, VARIABLE1, VARIABLE2, int ret = long_function_name(device, VARIABLE1, VARIABLE2,
VARIABLE3, VARIABLE4); VARIABLE3, VARIABLE4);
......
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