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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDD54C11F64 for ; Thu, 1 Jul 2021 09:51:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB6D761481 for ; Thu, 1 Jul 2021 09:51:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235883AbhGAJxu (ORCPT ); Thu, 1 Jul 2021 05:53:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:51006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235300AbhGAJxt (ORCPT ); Thu, 1 Jul 2021 05:53:49 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4FB6D60238; Thu, 1 Jul 2021 09:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625133079; bh=fpuEFrUiU5EVTjFlLK6uC+5uhkFCrLLjAqBmuItpzFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F6SOxaiey35zldGTmJos6Vw0zFdMWtV920qP9urq24IvOdyQOEcbWFq/eP+lBth0b R9XnFR9BbOsZ+ib9P9IPSO4Rdc3qe0tzRu213lswhExJ8WzWJk3PiJvTBRUPETmsLE bAvVdKdHZOLZJoEl8QyaQEqTpw82Yy1qit2kAP2E= Date: Thu, 1 Jul 2021 11:51:17 +0200 From: Greg Kroah-Hartman To: Lukas Bulwahn Cc: Mauro Carvalho Chehab , linuxarm@huawei.com, mauro.chehab@huawei.com, linux-phy@lists.infradead.org, linux-staging@lists.linux.dev, linux-usb@vger.kernel.org, Ralf Ramsauer , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970 Message-ID: References: <20210701093903.28733-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210701093903.28733-1-lukas.bulwahn@gmail.com> Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Thu, Jul 01, 2021 at 11:39:03AM +0200, Lukas Bulwahn wrote: > Commit 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into > phy") moves phy-hi3670-usb3.c from ./drivers/staging/hikey9xx/ to > ./drivers/phy/hisilicon/, but the new file entry in MAINTAINERS refers to > ./drivers/phy/hisilicon/phy-kirin970-usb3.c. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > warning: no file matches F: drivers/phy/hisilicon/phy-kirin970-usb3.c > > Repair the file entry by referring to the right location. > > Fixes: 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into phy") > Signed-off-by: Lukas Bulwahn > --- > applies cleanly on next-20210701 > > Mauro, please ack. > Greg, please pick this non-urgent minor fix on top of commit 8de6b7edd493 Thanks, I'll take this after 5.14-rc1 is out. greg k-h