All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Matt Ranostay <matt.ranostay@konsulko.com>
Cc: "open list:IIO SUBSYSTEM AND DRIVERS" <linux-iio@vger.kernel.org>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH] iio: temp: maxim thermocouple: Drop unneeded semi colon.
Date: Fri, 18 Oct 2019 20:04:59 +0100	[thread overview]
Message-ID: <20191018200459.4ff4d84a@archlinux> (raw)
In-Reply-To: <CAJCx=g=EABNtJ8FBda0ty4cM+HstuQda_ChTf0vEajdW7opLoQ@mail.gmail.com>

On Sun, 13 Oct 2019 22:12:40 +0300
Matt Ranostay <matt.ranostay@konsulko.com> wrote:

> On Sun, Oct 13, 2019 at 9:12 PM <jic23@kernel.org> wrote:
> >
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> >
> > Identified by coccinelle
> >
> > CHECK   drivers/iio/temperature/maxim_thermocouple.c
> > drivers/iio/temperature/maxim_thermocouple.c:197:3-4: Unneeded semicolon
> >
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Matt Ranostay <matt.ranostay@konsulko.com>  
> 
> Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>
Applied.

Thanks,

Jonathan

> 
> > ---
> >  drivers/iio/temperature/maxim_thermocouple.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c
> > index 2ab68282d0b6..d1360605209c 100644
> > --- a/drivers/iio/temperature/maxim_thermocouple.c
> > +++ b/drivers/iio/temperature/maxim_thermocouple.c
> > @@ -194,7 +194,7 @@ static int maxim_thermocouple_read_raw(struct iio_dev *indio_dev,
> >                 default:
> >                         *val = 250; /* 1000 * 0.25 */
> >                         ret = IIO_VAL_INT;
> > -               };
> > +               }
> >                 break;
> >         }
> >
> > --
> > 2.23.0
> >  


      reply	other threads:[~2019-10-18 19:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 18:10 [PATCH] iio: temp: maxim thermocouple: Drop unneeded semi colon jic23
2019-10-13 19:12 ` Matt Ranostay
2019-10-18 19:04   ` 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=20191018200459.4ff4d84a@archlinux \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=matt.ranostay@konsulko.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.