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 74F7EC46467 for ; Tue, 10 Jan 2023 07:19:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231348AbjAJHTw (ORCPT ); Tue, 10 Jan 2023 02:19:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229915AbjAJHTr (ORCPT ); Tue, 10 Jan 2023 02:19:47 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E64A2BED for ; Mon, 9 Jan 2023 23:19:46 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 299E868AFE; Tue, 10 Jan 2023 08:19:43 +0100 (CET) Date: Tue, 10 Jan 2023 08:19:42 +0100 From: Christoph Hellwig To: "Russell King (Oracle)" Cc: Christoph Hellwig , Srinivas Kandagatla , Keith Busch , Jens Axboe , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: stop nvme matching for nvmem files Message-ID: <20230110071942.GA10929@lst.de> References: <20230108170520.GA19739@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2023 at 05:21:57PM +0000, Russell King (Oracle) wrote: > > I think the proper thing to do would to just match the right files > > from the start: > > > > F: include/linux/nvme.h > > F: include/linux/nvme-*.h > > > > is it ok if I commit it with your original attributation with that > > change? > > LGTM, thanks! Thanks, I've added the updated version to the nvme-6.2 branch.