diff mbox series

[V4] iio:imu:mpu6050: Modify matricies to matrices

Message ID 20210322013024.1849-1-chi962464zy@163.com (mailing list archive)
State New, archived
Headers show
Series [V4] iio:imu:mpu6050: Modify matricies to matrices | expand

Commit Message

Guoqing Chi March 22, 2021, 1:30 a.m. UTC
From: Guoqing Chi <chiguoqing@yulong.com>

The plural of "matrix" is "matrices".

Signed-off-by: Guoqing Chi <chiguoqing@yulong.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
---
V4:adding linux-iio@vger.kernel.org.

 include/linux/platform_data/invensense_mpu6050.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jean-Baptiste Maneyrol March 25, 2021, 5:09 p.m. UTC | #1
Hello,

thanks for the patch,
JB

Acked-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>


From: Guoqing chi <chi962464zy@163.com>
Sent: Monday, March 22, 2021 02:30
To: jic23@kernel.org <jic23@kernel.org>
Cc: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>; chiguoqing@yulong.com <chiguoqing@yulong.com>; rdunlap@infradead.org <rdunlap@infradead.org>; linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>; chi962464zy@163.com <chi962464zy@163.com>
Subject: [PATCH V4] iio:imu:mpu6050: Modify matricies to matrices 
 
 CAUTION: This email originated from outside of the organization. Please make sure the sender is who they say they are and do not click links or open attachments unless you recognize the sender and know the content is safe.

From: Guoqing Chi <chiguoqing@yulong.com>

The plural of "matrix" is "matrices".

Signed-off-by: Guoqing Chi <chiguoqing@yulong.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
---
V4:adding linux-iio@vger.kernel.org.

 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.
diff mbox series

Patch

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.