public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: "Rahman Mahmutović" <mahmutovicrahman5@gmail.com>
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iio: temperature: maxim_thermocouple: Fix indentation in of_match table
Date: Tue, 28 Apr 2026 17:14:37 +0100	[thread overview]
Message-ID: <20260428171437.35203299@jic23-huawei> (raw)
In-Reply-To: <20260427202016.1635-1-mahmutovicrahman5@gmail.com>

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);
>  


      reply	other threads:[~2026-04-28 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260428171437.35203299@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mahmutovicrahman5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox