Re: [PATCH V6 3/5] platform/x86: Intel PMT class driver

From: Alexander Duyck
Date: Tue Sep 29 2020 - 15:12:42 EST


On Mon, Sep 28, 2020 at 6:24 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 9/28/20 5:53 PM, David E. Box wrote:
> > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
> > index 40219bba6801..093c43b63f48 100644
> > --- a/drivers/platform/x86/Kconfig
> > +++ b/drivers/platform/x86/Kconfig
> > @@ -1360,6 +1360,15 @@ config INTEL_PMC_CORE
> > - LTR Ignore
> > - MPHY/PLL gating status (Sunrisepoint PCH only)
> >
> > +config INTEL_PMT_CLASS
> > + tristate "Intel Platform Monitoring Technology (PMT) Class driver"
> > + help
> > + The Intel Platform Monitoring Technology (PMT) class driver provides
> > + the basic sysfs interface and file heirarchy uses by PMT devices.
>
> hierarchy
> No "heir" involved.

Knowing me I probably had class inheritance on the mind at the time
when I was writing it up and it was just a thinko.. :-)

Thanks for the review feedback. I'll work with David to make sure we
address the formatting/spelling issues in this patch and the crashlog
patch.

- Alex