Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Guoqing Chi and committed by
Jonathan Cameron
7b2d92a3 9c15db92

+1 -1
+1 -1
include/linux/platform_data/invensense_mpu6050.h
··· 12 12 * mounting matrix retrieved from device-tree) 13 13 * 14 14 * Contains platform specific information on how to configure the MPU6050 to 15 - * work on this platform. The orientation matricies are 3x3 rotation matricies 15 + * work on this platform. The orientation matrices are 3x3 rotation matrices 16 16 * that are applied to the data to rotate from the mounting orientation to the 17 17 * platform orientation. The values must be one of 0, 1, or -1 and each row and 18 18 * column should have exactly 1 non-zero value.