staging: unisys: visorbus: fix line over 80 characters checkpatch warning
authorSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Wed, 27 Sep 2017 17:14:45 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:20:21 +0000 (11:20 +0200)
This patch fixes two checkpatch issues of line over 80 characters
in visorchipset.c.

Signed-off-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
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>
drivers/staging/unisys/visorbus/visorchipset.c

index 027e10f2f0e6ae43cf90a689b06f9062fe55bd79..616560276bcbe4aac6b7a97288e73963b0f63279 100644 (file)
@@ -694,8 +694,10 @@ static int visorbus_device_create(struct controlvm_message *inmsg)
                goto err_free_dev_info;
        }
        dev_info->visorchannel = visorchannel;
-       guid_copy(&dev_info->channel_type_guid, &cmd->create_device.data_type_guid);
-       if (guid_equal(&cmd->create_device.data_type_guid, &visor_vhba_channel_guid)) {
+       guid_copy(&dev_info->channel_type_guid,
+                 &cmd->create_device.data_type_guid);
+       if (guid_equal(&cmd->create_device.data_type_guid,
+                      &visor_vhba_channel_guid)) {
                err = save_crash_message(inmsg, CRASH_DEV);
                if (err)
                        goto err_destroy_visorchannel;