OSDN Git Service

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)
commitdad5980e313ec44f87f6306cc9186ed50cfecc8a
treeecb39602362626c412351ffe949aee37eaadc2e2
parent3188bc092655a0ef032eda9d5a251323b3008d40
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