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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 1C91BECDFB3 for ; Tue, 17 Jul 2018 06:40:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C654B20864 for ; Tue, 17 Jul 2018 06:40:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C654B20864 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728484AbeGQHLN (ORCPT ); Tue, 17 Jul 2018 03:11:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43190 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbeGQHLN (ORCPT ); Tue, 17 Jul 2018 03:11:13 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6A4B7CF7; Tue, 17 Jul 2018 06:40:10 +0000 (UTC) Date: Tue, 17 Jul 2018 08:40:07 +0200 From: Greg Kroah-Hartman To: Pengbo Mu Cc: Felipe Balbi , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, "yinbo.zhu" Subject: Re: [PATCH] usb: phy: fix phy-fsl-usb.c's copyright issue Message-ID: <20180717064007.GA1789@kroah.com> References: <1531808756-989-1-git-send-email-pengbo.mu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1531808756-989-1-git-send-email-pengbo.mu@nxp.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 17, 2018 at 02:25:56PM +0800, Pengbo Mu wrote: > From: "yinbo.zhu" > > Signed-off-by: yinbo.zhu > --- > drivers/usb/phy/phy-fsl-usb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c > index 900875f..dcb531c 100644 > --- a/drivers/usb/phy/phy-fsl-usb.c > +++ b/drivers/usb/phy/phy-fsl-usb.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0+ > /* > - * Copyright (C) 2007,2008 Freescale semiconductor, Inc. > + * Copyright 2007,2008 Freescale Semiconductor, Inc. Huh? WHat exact "issue" are you fixing here? Be specific please. And I can't take patches without any changelog text, sorry. greg k-h