summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus
diff options
context:
space:
mode:
authorDavid Binder <david.binder@unisys.com>2016-11-03 11:44:28 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-07 10:56:39 +0100
commit0762188b8f3321b4331af2df9c9b3d7b11fbf630 (patch)
tree1c8c315e8550cd70626dbfdab1568531c8bc99dc /drivers/staging/unisys/visorbus
parent9e9eec6b81b551b5da3d852526467498f4613140 (diff)
downloadop-kernel-dev-0762188b8f3321b4331af2df9c9b3d7b11fbf630.zip
op-kernel-dev-0762188b8f3321b4331af2df9c9b3d7b11fbf630.tar.gz
staging: unisys: visorbus: Adjust formatting of variable assignment
Adjusts the formatting of a variable assignment to use fewer line breaks, making it follow the convention used elsewhere in the s-Par driver set. Signed-off-by: David Binder <david.binder@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 26a5727..97d40d0 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -532,9 +532,8 @@ chipset_init(struct controlvm_message *inmsg)
* Set features to indicate we support parahotplug (if Command
* also supports it).
*/
- features =
- inmsg->cmd.init_chipset.
- features & ULTRA_CHIPSET_FEATURE_PARA_HOTPLUG;
+ features = inmsg->cmd.init_chipset.features &
+ ULTRA_CHIPSET_FEATURE_PARA_HOTPLUG;
/*
* Set the "reply" bit so Command knows this is a
OpenPOWER on IntegriCloud