Re: [PATCH v2 2/5] iio: light: tcs3472: convert remaining locking to guard(mutex)
Joshua Crofts <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CALoEA-zrmGs8PjE6N=ToQ6fUk3H63_rpJy1=mBCVVBb1xRAd+A@mail.gmail.com> |
On Wed, 13 May 2026 at 00:39, Aldo Conte <[email protected]> wrote: > @@ -379,6 +365,7 @@ static irqreturn_t tcs3472_trigger_handler(int irq, void *p) > } scan = { }; > > int ret = tcs3472_req_data(data); > + Unnecessary space here, function calls and return value checks should be grouped together. Othewise, this looks like a solid cleanup. -- Kind regards CJD