Commit 0762188b authored by David Binder's avatar David Binder Committed by Greg Kroah-Hartman

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: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reported-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9e9eec6b
...@@ -532,9 +532,8 @@ chipset_init(struct controlvm_message *inmsg) ...@@ -532,9 +532,8 @@ chipset_init(struct controlvm_message *inmsg)
* Set features to indicate we support parahotplug (if Command * Set features to indicate we support parahotplug (if Command
* also supports it). * also supports it).
*/ */
features = features = inmsg->cmd.init_chipset.features &
inmsg->cmd.init_chipset. ULTRA_CHIPSET_FEATURE_PARA_HOTPLUG;
features & ULTRA_CHIPSET_FEATURE_PARA_HOTPLUG;
/* /*
* Set the "reply" bit so Command knows this is a * Set the "reply" bit so Command knows this is a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment