Re: [PATCH v3 0/2] HID: iio: warning clean up and prefer kernel coding style
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-input,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260820023305.19a9085e@jic23-huawei> |
On Sun, 12 Jul 2026 01:47:33 +0100 Jonathan Cameron <[email protected]> wrote: > On Tue, 7 Jul 2026 00:16:42 +0300 > Andy Shevchenko <[email protected]> wrote: > > > On Tue, Jul 07, 2026 at 12:29:42AM +0530, Sanjay Chitroda via B4 Relay wrote: > > > > > This series updates HID sensor IIO drivers to address checkpatch > > > warnings, improves readability and compliance with kernel coding style. > > > > > > The changes are: > > > - replacing explicit NULL comparisons with implicit pointer checks; > > > - adjusting indentation and alignment; > > > - reformatting multi-line function declarations for improved > > > readability and consistency. > > > > > > While updating alignment and line wrapping, function parameters are > > > grouped more logically and common callback signatures are formatted > > > consistently across HID sensor IIO drivers. > > > > > > Testing: > > > - Compiled with W=1 for each patch in the series > > > > Reviewed-by: Andy Shevchenko <[email protected]> > > > Given the set of fixes working their way upstream for HID, it > might be a little while before I apply this one. > Seems my tracking went astray. Long applied. > Jonathan > >