]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: temperature: maxim_thermocouple: Fix indentation in of_match table
authorRahman Mahmutović <mahmutovicrahman5@gmail.com>
Mon, 27 Apr 2026 20:20:16 +0000 (22:20 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 09:59:32 +0000 (10:59 +0100)
commit095ae2f2e72f56d442ec0e476f873fd4d92c81de
tree04b5e77de28ac4715a9f6dc4c481f6f2d7d625e5
parent081ce276d801d7c0a3dc41aa9a02ff73eb96c94a
iio: temperature: maxim_thermocouple: Fix indentation in of_match table

Replace leading spaces with tabs in the of_device_id table
entries to comply with kernel coding style.

Signed-off-by: Rahman Mahmutović <mahmutovicrahman5@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/temperature/maxim_thermocouple.c