On Tue, Jun 04, 2024 at 09:42:50AM -0700, Randy Dunlap wrote: > > > On 6/3/24 8:53 AM, Jason Gunthorpe wrote: > > diff --git a/drivers/fwctl/Kconfig b/drivers/fwctl/Kconfig > > new file mode 100644 > > index 00000000000000..6ceee3347ae642 > > --- /dev/null > > +++ b/drivers/fwctl/Kconfig > > @@ -0,0 +1,9 @@ > > +# SPDX-License-Identifier: GPL-2.0-only > > +menuconfig FWCTL > > + tristate "fwctl device firmware access framework" > > Use tab above instead of spaces for indentation, please. Thanks, done. Bit surprised checkpatch didn't flag it.. Jason