Skip to content

Commit 3d8fc11

Browse files
committed
platform/x86: surface3_power: Reformat GUID assignment
For better readability reformat GUID assignment. While here, add the comment how this GUID looks in a string representation. Signed-off-by: Andy Shevchenko <[email protected]>
1 parent f1f25fc commit 3d8fc11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/platform/x86/surface3_power.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ struct gsb_buffer {
147147

148148
#define MSHW0011_EV_2_5_MASK GENMASK(8, 0)
149149

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

154155
static int
155156
mshw0011_notify(struct mshw0011_data *cdata, u8 arg1, u8 arg2,

0 commit comments

Comments
 (0)