[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210317024102.419-1-chi962464zy@163.com>
Date:   Wed, 17 Mar 2021 10:41:02 +0800
From:   Guoqing chi <chi962464zy@....com>
To:     jic23@...nel.org
Cc:     linux-kernel@...r.kernel.org, chiguoqing@...ong.com
Subject: [PATCH] iio:imu:mpu6050: Modify matricies to matrices
From: Guoqing Chi <chiguoqing@...ong.com>
The complex number of "matrix" is "matrices".
Signed-off-by: Guoqing Chi <chiguoqing@...ong.com>
---
 include/linux/platform_data/invensense_mpu6050.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/platform_data/invensense_mpu6050.h b/include/linux/platform_data/invensense_mpu6050.h
index 93974f4cfba1..f05b37521f67 100644
--- a/include/linux/platform_data/invensense_mpu6050.h
+++ b/include/linux/platform_data/invensense_mpu6050.h
@@ -12,7 +12,7 @@
  *			mounting matrix retrieved from device-tree)
  *
  * Contains platform specific information on how to configure the MPU6050 to
- * work on this platform.  The orientation matricies are 3x3 rotation matricies
+ * work on this platform.  The orientation matrices are 3x3 rotation matrices
  * that are applied to the data to rotate from the mounting orientation to the
  * platform orientation.  The values must be one of 0, 1, or -1 and each row and
  * column should have exactly 1 non-zero value.
-- 
2.17.1
Powered by blists - more mailing lists