]> 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)
commitd3b4d6f5d012ba4f006f4c99651ad805946d95f4
treeecb39602362626c412351ffe949aee37eaadc2e2
parent396ef92d012ceb797c9dd2c7ef7b3258691b0bb0
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