Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755194AbbEUIyt (ORCPT ); Thu, 21 May 2015 04:54:49 -0400 Received: from lb1-smtp-cloud6.xs4all.net ([194.109.24.24]:59274 "EHLO lb1-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027AbbEUIyi (ORCPT ); Thu, 21 May 2015 04:54:38 -0400 Message-ID: <1432198475.21715.137.camel@x220> Subject: Re: [PATCH 06/16] NTB Pingpong Client From: Paul Bolle To: Allen Hubbe Cc: linux-ntb@googlegroups.com, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Jon Mason , Dave Jiang Date: Thu, 21 May 2015 10:54:35 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 39 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/