Similar nit as for 2/6. On Wed, 2015-05-20 at 11:41 -0400, Allen Hubbe wrote: > --- a/drivers/ntb/Kconfig > +++ b/drivers/ntb/Kconfig > @@ -14,6 +14,8 @@ if NTB > > source "drivers/ntb/hw/Kconfig" > > +source "drivers/ntb/test/Kconfig" > + > config NTB_TRANSPORT > --- /dev/null > +++ b/drivers/ntb/test/Kconfig > +config NTB_PINGPONG > + tristate "NTB Simple Ping Pong Client" > + depends on NTB Again, superfluous dependency. > + help > + This is a simple ping pong driver that exercises the scratchpads and > + doorbells of the ntb hardware. This driver may be used to test that > + your ntb hardware and drivers are functioning at a basic level. > + > + If unsure, say N. Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html