]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: refactor function call parameters
authorTobin C. Harding <me@tobin.cc>
Mon, 27 Feb 2017 03:14:48 +0000 (14:14 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:05 +0000 (09:17 +0100)
commit12a432f16024dbac3019a78ab1e18c6ad2eeb70f
treeecb39602362626c412351ffe949aee37eaadc2e2
parent6958efd96b67048c732546fdaedb820b7b874674
staging: ks7010: refactor function call parameters

Function call parameters are split over more lines than
necessary. Also assignment statements are split after the '=' sign.
This adds extra lines to the function and may also reduces
readability.

Refactor function call parameters and reduce the number of lines
used. Put assignment statements onto single line.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c