mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:51:00 +07:00
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>
This commit is contained in:
parent
9e9eec6b81
commit
0762188b8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user