On Tue, Mar 17, 2020 at 10:03 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > On 3/17/20 10:00 AM, Tim Harvey wrote: > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > > index 23dfe84..99dae13 100644 > > --- a/drivers/hwmon/Kconfig > > +++ b/drivers/hwmon/Kconfig > > @@ -494,6 +494,15 @@ config SENSORS_F75375S > > This driver can also be built as a module. If so, the module > > will be called f75375s. > > > > +config SENSORS_GSC > > + tristate "Gateworks System Controller ADC" > > + depends on MFD_GATEWORKS_GSC > > + help > > + Support for the Gateworks System Controller A/D converters. > > Hi Tim, > Those 4 lines above should be using tabs for indentation. > + 2 spaces on the final "Support" line. Randy, Thanks - can't believe I didn't see that. Checkpatch didn't catch it either. I'll fix for v7. Tim