Skip to content

Commit

Permalink
platform/x86: surface3_power: Reformat GUID assignment
Browse files Browse the repository at this point in the history
For better readability reformat GUID assignment.
While here, add the comment how this GUID looks in a string representation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Andy Shevchenko committed Mar 28, 2020
1 parent f1f25fc commit 3d8fc11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/platform/x86/surface3_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ struct gsb_buffer {

#define MSHW0011_EV_2_5_MASK GENMASK(8, 0)

/* 3f99e367-6220-4955-8b0f-06ef2ae79412 */
static const guid_t mshw0011_guid =
GUID_INIT(0x3F99E367, 0x6220, 0x4955, 0x8B, 0x0F, 0x06, 0xEF, 0x2A,
0xE7, 0x94, 0x12);
GUID_INIT(0x3F99E367, 0x6220, 0x4955, 0x8B, 0x0F, 0x06, 0xEF,
0x2A, 0xE7, 0x94, 0x12);

static int
mshw0011_notify(struct mshw0011_data *cdata, u8 arg1, u8 arg2,
Expand Down

0 comments on commit 3d8fc11

Please sign in to comment.