From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E38B9C77B6C for ; Sat, 8 Apr 2023 09:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229683AbjDHJT6 (ORCPT ); Sat, 8 Apr 2023 05:19:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjDHJTz (ORCPT ); Sat, 8 Apr 2023 05:19:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54D7ECA22; Sat, 8 Apr 2023 02:19:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DDDFF60C6B; Sat, 8 Apr 2023 09:19:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5971BC433EF; Sat, 8 Apr 2023 09:19:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680945593; bh=OA/izTH3fkHkNUUFqMpgAfOwRFv6ZGz7GZeLURg1iO8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h1j809D1K4o2/4Ak8mJs772bM4LNId6YQSuBuoRfqhLBMRXw69af13fyMzkPRk78C sqEfqxqcNbteHr0PR98dHVapDp2fWtmaC0JlACQFvQaXb7sTxCUkHwj6KdP9BEIYIF WrnbIguZpuds8H7YwBf2Ch2YLsck0cT+y2/+O9EhQ43wpmf9EafYljIHkWtf44CxPj ykb+OT15A2KxWPro1Vu8jFKAP5FMER9piPjKupQajmKSdpsVk9OnhZsYPSgQQ+AwIw D+UXiecp8TJpts/BrCZn1gGsD+lFDSzjThi/AAOLUt0oj35jwc29VeePU7i9JqNb/v aIj3mBhX0iiRw== Date: Sat, 8 Apr 2023 14:49:45 +0530 From: Manivannan Sadhasivam To: Shunsuke Mie Cc: Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Kishon Vijay Abraham I , Bjorn Helgaas , Jon Mason , Frank Li , Randy Dunlap , Ren Zhijie , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: endpoint: Fix a Kconfig prompt of vNTB driver Message-ID: <20230408091945.GB11124@thinkpad> References: <20230202103832.2038286-1-mie@igel.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230202103832.2038286-1-mie@igel.co.jp> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 02, 2023 at 07:38:32PM +0900, Shunsuke Mie wrote: > vNTB driver and NTB driver have same Kconfig prompt. Changed to make it > distinguishable. > > Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP") > > Signed-off-by: Shunsuke Mie Reviewed-by: Manivannan Sadhasivam - Mani > --- > drivers/pci/endpoint/functions/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig > index 9fd560886871..8efb6a869e7c 100644 > --- a/drivers/pci/endpoint/functions/Kconfig > +++ b/drivers/pci/endpoint/functions/Kconfig > @@ -27,7 +27,7 @@ config PCI_EPF_NTB > If in doubt, say "N" to disable Endpoint NTB driver. > > config PCI_EPF_VNTB > - tristate "PCI Endpoint NTB driver" > + tristate "PCI Endpoint Virtual NTB driver" > depends on PCI_ENDPOINT > depends on NTB > select CONFIGFS_FS > -- > 2.25.1 > -- மணிவண்ணன் சதாசிவம்