summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/invensense_mpu6050.h
diff options
context:
space:
mode:
authorGuoqing Chi <chiguoqing@yulong.com>2021-03-22 04:30:24 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-03-29 13:06:01 +0300
commit7b2d92a3c8e5e8a7ef2710a928a1011bcebc2b91 (patch)
treea55bccf93b9a90466dab681eb2b6eaced4da724b /include/linux/platform_data/invensense_mpu6050.h
parent9c15db92a8e56bcde0f58064ac1adc28c0579b51 (diff)
downloadlinux-7b2d92a3c8e5e8a7ef2710a928a1011bcebc2b91.tar.xz
iio:imu:mpu6050: Modify matricies to matrices
The plural of "matrix" is "matrices". Signed-off-by: Guoqing Chi <chiguoqing@yulong.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Link: https://lore.kernel.org/r/20210322013024.1849-1-chi962464zy@163.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux/platform_data/invensense_mpu6050.h')
-rw-r--r--include/linux/platform_data/invensense_mpu6050.h2
1 files changed, 1 insertions, 1 deletions
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.