* [PATCH] iio: temperature: maxim_thermocouple: Fix indentation in of_match table
@ 2026-04-27 20:20 Rahman Mahmutović
2026-04-28 16:14 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Rahman Mahmutović @ 2026-04-27 20:20 UTC (permalink / raw)
To: jic23; +Cc: linux-iio, linux-kernel, Rahman Mahmutović
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>
---
drivers/iio/temperature/maxim_thermocouple.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c
index cae8e84821d7..7f80fa018ab4 100644
--- a/drivers/iio/temperature/maxim_thermocouple.c
+++ b/drivers/iio/temperature/maxim_thermocouple.c
@@ -271,8 +271,8 @@ static const struct spi_device_id maxim_thermocouple_id[] = {
MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);
static const struct of_device_id maxim_thermocouple_of_match[] = {
- { .compatible = "maxim,max6675" },
- { .compatible = "maxim,max31855" },
+ { .compatible = "maxim,max6675" },
+ { .compatible = "maxim,max31855" },
{ .compatible = "maxim,max31855k" },
{ .compatible = "maxim,max31855j" },
{ .compatible = "maxim,max31855n" },
@@ -280,7 +280,7 @@ static const struct of_device_id maxim_thermocouple_of_match[] = {
{ .compatible = "maxim,max31855t" },
{ .compatible = "maxim,max31855e" },
{ .compatible = "maxim,max31855r" },
- { },
+ { },
};
MODULE_DEVICE_TABLE(of, maxim_thermocouple_of_match);
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iio: temperature: maxim_thermocouple: Fix indentation in of_match table
2026-04-27 20:20 [PATCH] iio: temperature: maxim_thermocouple: Fix indentation in of_match table Rahman Mahmutović
@ 2026-04-28 16:14 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2026-04-28 16:14 UTC (permalink / raw)
To: Rahman Mahmutović; +Cc: linux-iio, linux-kernel
On Mon, 27 Apr 2026 22:20:16 +0200
Rahman Mahmutović <mahmutovicrahman5@gmail.com> wrote:
> 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>
Hi Rahman,
Applied,
Thanks,
Jonathan
> ---
> drivers/iio/temperature/maxim_thermocouple.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c
> index cae8e84821d7..7f80fa018ab4 100644
> --- a/drivers/iio/temperature/maxim_thermocouple.c
> +++ b/drivers/iio/temperature/maxim_thermocouple.c
> @@ -271,8 +271,8 @@ static const struct spi_device_id maxim_thermocouple_id[] = {
> MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);
>
> static const struct of_device_id maxim_thermocouple_of_match[] = {
> - { .compatible = "maxim,max6675" },
> - { .compatible = "maxim,max31855" },
> + { .compatible = "maxim,max6675" },
> + { .compatible = "maxim,max31855" },
> { .compatible = "maxim,max31855k" },
> { .compatible = "maxim,max31855j" },
> { .compatible = "maxim,max31855n" },
> @@ -280,7 +280,7 @@ static const struct of_device_id maxim_thermocouple_of_match[] = {
> { .compatible = "maxim,max31855t" },
> { .compatible = "maxim,max31855e" },
> { .compatible = "maxim,max31855r" },
> - { },
> + { },
> };
> MODULE_DEVICE_TABLE(of, maxim_thermocouple_of_match);
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-28 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 20:20 [PATCH] iio: temperature: maxim_thermocouple: Fix indentation in of_match table Rahman Mahmutović
2026-04-28 16:14 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox