This patchset contains fixes for three types of checkpatch.pl warnings:
        non-useful else statements after returns
        missing blank lines after declarations for readability
        one instance of a void function return statement

The file rc.c should now comply with the style warnings.

Erin Grasmick (3):
  Fix unnecessary else statements after return statements.
  Fix lack of blank lines after declarations.
  Fix unnecessary return statement in void function.

 drivers/staging/rtl8192ee/rc.c |   57 ++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to