lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 25 Mar 2021 17:09:03 +0000
From:   Jean-Baptiste Maneyrol <JManeyrol@...ensense.com>
To:     Guoqing chi <chi962464zy@....com>,
        "jic23@...nel.org" <jic23@...nel.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "chiguoqing@...ong.com" <chiguoqing@...ong.com>,
        "rdunlap@...radead.org" <rdunlap@...radead.org>,
        "linux-iio@...r.kernel.org" <linux-iio@...r.kernel.org>
Subject: Re: [PATCH V4] iio:imu:mpu6050: Modify matricies to matrices

Hello,

thanks for the patch,
JB

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


From: Guoqing chi <chi962464zy@....com>
Sent: Monday, March 22, 2021 02:30
To: jic23@...nel.org <jic23@...nel.org>
Cc: linux-kernel@...r.kernel.org <linux-kernel@...r.kernel.org>; chiguoqing@...ong.com <chiguoqing@...ong.com>; rdunlap@...radead.org <rdunlap@...radead.org>; linux-iio@...r.kernel.org <linux-iio@...r.kernel.org>; chi962464zy@....com <chi962464zy@....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@...ong.com>

The plural of "matrix" is "matrices".

Signed-off-by: Guoqing Chi <chiguoqing@...ong.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
---
V4:adding linux-iio@...r.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.
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ