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 A8793C433F5 for ; Wed, 16 Mar 2022 13:39:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353660AbiCPNkO (ORCPT ); Wed, 16 Mar 2022 09:40:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239490AbiCPNkM (ORCPT ); Wed, 16 Mar 2022 09:40:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61DA926AE9; Wed, 16 Mar 2022 06:38: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 90F4260B63; 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220316124802.372-1-lukas.bulwahn@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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