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,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 3F778ECDFB3 for ; Tue, 17 Jul 2018 07:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECB4020862 for ; Tue, 17 Jul 2018 07:41:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ECB4020862 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 S1729682AbeGQINM (ORCPT ); Tue, 17 Jul 2018 04:13:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45400 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727961AbeGQINM (ORCPT ); Tue, 17 Jul 2018 04:13:12 -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 D7F8FA73; Tue, 17 Jul 2018 07:41:55 +0000 (UTC) Date: Tue, 17 Jul 2018 09:41:53 +0200 From: Greg Kroah-Hartman To: Pengbo Mu Cc: Felipe Balbi , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" Subject: Re: [PATCH] usb: phy: fix phy-fsl-usb.c's copyright issue Message-ID: <20180717074153.GA14274@kroah.com> References: <1531808756-989-1-git-send-email-pengbo.mu@nxp.com> <20180717064043.GB1789@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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 07:16:40AM +0000, Pengbo Mu wrote: > Hi Greg, > > Sorry for missing the changelog text & sign . > BTW , it's my first send email to upstream. Do not make your first patch to a driver be a legal one, unless you have a very strong legal background and can properly answer the questions asked of such a change. Try doing real bug fixes instead. thanks, greg k-h