]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: hid-sensor-gyro-3d: fix typo in array name
authorBhargav Joshi <rougueprince47@gmail.com>
Sat, 28 Feb 2026 19:14:00 +0000 (00:44 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 1 Mar 2026 12:10:29 +0000 (12:10 +0000)
commitcdf89f225331cfa25451e139d16d748738546bb0
treeed74c367e29f68fee03b9d78a867a761649d17a3
parent6ea592a31be5a45c1e695df8e3907c97f2c5213b
iio: hid-sensor-gyro-3d: fix typo in array name

The array 'gryo_3d_sensitivity_addresses' has a clear spelling mistake
in its prefix. Rename it to 'gyro_3d_sensitivity_addresses' to correctly
match the naming convention.

Signed-off-by: Bhargav Joshi <rougueprince47@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/hid-sensor-gyro-3d.c