summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorShawn Guo <shengchao.guo@oss.qualcomm.com>2026-06-08 16:23:48 +0800
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2026-06-09 13:01:11 +0300
commit3b9f95b5a45786f1ca3feff7a736f30f60af08c7 (patch)
treeb90a2cec502b78042984a9a7a4a217389ad3f979 /drivers/platform
parent56b7981c6f21670c0a1a62e6d2f9afb380e2596d (diff)
platform: arm64: qcom-hamoa-ec: Fix indentation in comment tables
With tab=8 (Linux Kernel coding style), there are a couple of lines misaligned in the comment ASCII tables. Fix indentation for them. Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> Link: https://patch.msgid.link/20260608082348.92575-1-shengchao.guo@oss.qualcomm.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/arm64/qcom-hamoa-ec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/arm64/qcom-hamoa-ec.c b/drivers/platform/arm64/qcom-hamoa-ec.c
index a018f7bf35d2..89374ab3e600 100644
--- a/drivers/platform/arm64/qcom-hamoa-ec.c
+++ b/drivers/platform/arm64/qcom-hamoa-ec.c
@@ -149,7 +149,7 @@ static int qcom_ec_read_fw_version(struct device *dev)
* | 0x00 | Byte count | Number of bytes in response |
* | | | (excluding byte count) |
* ------------------------------------------------------------------------------
- * | 0x02 (LSB) | EC Thermal | Bit 0-1: Number of fans |
+ * | 0x02 (LSB) | EC Thermal | Bit 0-1: Number of fans |
* | 0x03 | Capabilities | Bit 2-4: Type of fan |
* | | | Bit 5-6: Reserved |
* | | | Bit 7: Data Valid/Invalid |
@@ -273,7 +273,7 @@ static int qcom_ec_fan_get_cur_state(struct thermal_cooling_device *cdev, unsign
* | | | Bit 1: Fan On/Off (0 - Off, 1 - ON) |
* | | | Bit 2: Debug Type (0 - RPM, 1 - PWM) |
* --------------------------------------------------------------------------------------
- * | 0x04 (LSB) | Speed in RPM | RPM value, if mode selected is RPM |
+ * | 0x04 (LSB) | Speed in RPM | RPM value, if mode selected is RPM |
* | 0x05 | | |
* --------------------------------------------------------------------------------------
* | 0x06 | Speed in PWM | PWM value, if mode selected is PWM (0 - 255) |