diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-03-26 15:21:15 +0300 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-03-28 23:37:29 +0300 |
commit | 3d8fc115a3493ef782a2864c6a42b165cefb9871 (patch) | |
tree | 4d57b375d11f245d37fe01661a23041660401adb /drivers/platform | |
parent | f1f25fc89a28863766a9827907189ea75ef9215c (diff) | |
download | linux-3d8fc115a3493ef782a2864c6a42b165cefb9871.tar.xz |
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 <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/surface3_power.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/platform/x86/surface3_power.c b/drivers/platform/x86/surface3_power.c index 24010e0696a0..692ba845a1b4 100644 --- a/drivers/platform/x86/surface3_power.c +++ b/drivers/platform/x86/surface3_power.c @@ -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, |