Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1604ebec authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus: Fix up GUID definition



Fix up the GUID definition to remove some checkpatch warnings as well as
using the whole width of the screen.

Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 425eaf47
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -20,9 +20,8 @@
#include "visorbus_private.h"
#include "visorbus_private.h"


/* {72120008-4AAB-11DC-8530-444553544200} */
/* {72120008-4AAB-11DC-8530-444553544200} */
#define VISOR_SIOVM_GUID \
#define VISOR_SIOVM_GUID GUID_INIT(0x72120008, 0x4AAB, 0x11DC, 0x85, 0x30, \
        GUID_INIT(0x72120008, 0x4AAB, 0x11DC, \
				   0x44, 0x45, 0x53, 0x54, 0x42, 0x00)
                  0x85, 0x30, 0x44, 0x45, 0x53, 0x54, 0x42, 0x00)


static const guid_t visor_vhba_channel_guid = VISOR_VHBA_CHANNEL_GUID;
static const guid_t visor_vhba_channel_guid = VISOR_VHBA_CHANNEL_GUID;
static const guid_t visor_siovm_guid = VISOR_SIOVM_GUID;
static const guid_t visor_siovm_guid = VISOR_SIOVM_GUID;