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 4E65838C2 for ; Wed, 16 Mar 2022 13:38:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E599C340E9; Wed, 16 Mar 2022 13:38:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647437934; bh=jkyP0tJEz44jNr8gm6cik1fDuFLMdPOw5VY4g8caLoU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JSbieH9z+sfyBQ354Y59WFJFNXoZASTWqH2/BWo9R5cNn4b9suR0f1Ku2sA82Lmrp aoy7G0QYTIMo8TYI7gcf8ZdSKvL91l91CdDht09mZ11xgrN7bJ2FT9AO3h3u2dfDDD CI2AZU02p45UPQtWMTwHQWVuh5ameLzNH77mWJec= Date: Wed, 16 Mar 2022 14:38:49 +0100 From: Greg Kroah-Hartman To: Lukas Bulwahn Cc: Christoph Hellwig , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , Hridya Valsaraju , Suren Baghdasaryan , linux-staging@lists.linux.dev, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS Message-ID: References: <20220316124802.372-1-lukas.bulwahn@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220316124802.372-1-lukas.bulwahn@gmail.com> On Wed, Mar 16, 2022 at 01:48:02PM +0100, Lukas Bulwahn wrote: > Commit 721412ed3d81 ("staging: remove ashmem") removes the last android > driver from staging, but misses to adjust MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Remove the obsolete file entry in ANDROID DRIVERS. > > Signed-off-by: Lukas Bulwahn > --- > Greg, please pick this minor clean-up patch for your staging-next tree on > top of the commit above. Now picked up, thanks for the fix. greg k-h