[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231109185439.1535962-6-visitorckw@gmail.com>
Date: Fri, 10 Nov 2023 02:54:37 +0800
From: Kuan-Wei Chiu <visitorckw@...il.com>
To: bleung@...omium.org, tzungbi@...nel.org
Cc: groeck@...omium.org, chrome-platform@...ts.linux.dev,
linux-kernel@...r.kernel.org, Kuan-Wei Chiu <visitorckw@...il.com>
Subject: [PATCH 5/7] platform/chrome: Fix typo 'kifo' in commet
Replace 'kifo' with 'kfifo' in the comment.
Signed-off-by: Kuan-Wei Chiu <visitorckw@...il.com>
---
drivers/platform/chrome/cros_ec_sensorhub_ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/chrome/cros_ec_sensorhub_ring.c b/drivers/platform/chrome/cros_ec_sensorhub_ring.c
index 92faf701b8f0..6c2aa2651e5f 100644
--- a/drivers/platform/chrome/cros_ec_sensorhub_ring.c
+++ b/drivers/platform/chrome/cros_ec_sensorhub_ring.c
@@ -595,7 +595,7 @@ cros_ec_sensor_ring_spread_add(struct cros_ec_sensorhub *sensorhub,
} else {
/*
* Push first sample in the batch to the,
- * kifo, it's guaranteed to be correct, the
+ * kfifo, it's guaranteed to be correct, the
* rest will follow later on.
*/
sample_idx = 1;
--
2.25.1
Powered by blists - more mailing lists