From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0327C22126D; Fri, 13 Feb 2026 13:16:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770988620; cv=none; b=ZLYqIsPNZXiHBqsOZ3rcYe6l7qLrx0bs665SgnWMqw4AtMM9jxN7PFaJC0u/1BWf+7p2sUGI9HdAybhlo2zZcqSXJHdKlnEEbKhnDLYoAcvy/JIGJMMU6sSQi/gR2AL4rkYocT8+hp8Lhi860K0dAvI0oys8qqIpY4/i+KvIR2Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770988620; c=relaxed/simple; bh=fAWQSackMQUnidJ8Lupx+2UA27XzP5St8/qRfXBVZvY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nz6QWMDTT9mB4flr426zdWkYSXOClYY6GjxKzcRNIA6H9Kz90ZSJEN4k7aryu/9Bo6QkvfHpmHp51gIO2FZ4R13XACdiX2NuL0QZ5wNNYENTmuOSkA0nTUEs9s5CsjtK7f4RcVGMFXUB0fyHbRqzlfaG+Uuad3GcZhiFfeim21Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sO4hRCIF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sO4hRCIF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F239C116C6; Fri, 13 Feb 2026 13:16:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770988619; bh=fAWQSackMQUnidJ8Lupx+2UA27XzP5St8/qRfXBVZvY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sO4hRCIFiWVQAYB2SAEmk2S7tIGNwM2SZu7qMz0M0jfyB1Qq9Xp2DZ4SyHPNGL4Ym MnF4RoYZBYeB7+lv4pu86K7WNJfvys9Asll2vKEyyRjsRgsEByMSYSuYgob7q5KdLd UicWLrZmVbYWnvAab7eH0waN/ypooFuoN7tQguv8nJo0hFkYzF4xWeBcTm3qTOCme7 6S0zsl8uK3xPQEz7KUI22ImBiI9kr9av9jbSa5g61JrTlh0nrPjm+kSve1KkZnT314 JGe746l0FefPcWs2uwZnxFy+fRp0ntfADwm3h0B8HMIAVNGCf4etePGieAsD7shi5R zjrOxXl5e408w== Date: Fri, 13 Feb 2026 14:16:54 +0100 From: Niklas Cassel To: Aksh Garg Cc: linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, bhelgaas@google.com, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, s-vadapalli@ti.com, danishanwar@ti.com, srk@ti.com Subject: Re: [RFC PATCH 0/4] PCI: Add DOE support for endpoint Message-ID: References: <20260213123603.420941-1-a-garg7@ti.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260213123603.420941-1-a-garg7@ti.com> Hello Aksh, On Fri, Feb 13, 2026 at 06:05:59PM +0530, Aksh Garg wrote: (snip) > create mode 100644 Documentation/PCI/pci-doe-ep.rst I think it would make much more sense to create this file as: Documentation/PCI/endpoint/pci-endpoint-doe.rst (To match the existing naming scheme.) > create mode 100644 drivers/pci/doe-ep.c I think it would make much more sense to create this file as: drivers/pci/endpoint/pci-ep-doe.c (To match the existing naming scheme.) Kind regards, Niklas