staging: unisys: visorbus: simplify commenting in controlvm_init
During the process of udpating the features bits, put a block comment for all updates instead of a separate comment for each one. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e7ec76b6c0
commit
977980ac59
@ -377,15 +377,11 @@ static int chipset_init(struct controlvm_message *inmsg)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Set features to indicate we support parahotplug (if Command also
|
* Set features to indicate we support parahotplug (if Command also
|
||||||
* supports it).
|
* supports it). Set the "reply" bit so Command knows this is a
|
||||||
|
* features-aware driver.
|
||||||
*/
|
*/
|
||||||
features = inmsg->cmd.init_chipset.features &
|
features = inmsg->cmd.init_chipset.features &
|
||||||
VISOR_CHIPSET_FEATURE_PARA_HOTPLUG;
|
VISOR_CHIPSET_FEATURE_PARA_HOTPLUG;
|
||||||
|
|
||||||
/*
|
|
||||||
* Set the "reply" bit so Command knows this is a features-aware
|
|
||||||
* driver.
|
|
||||||
*/
|
|
||||||
features |= VISOR_CHIPSET_FEATURE_REPLY;
|
features |= VISOR_CHIPSET_FEATURE_REPLY;
|
||||||
|
|
||||||
out_respond:
|
out_respond:
|
||||||
|
Loading…
Reference in New Issue
Block a user