Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755760AbdLVIdZ (ORCPT ); Fri, 22 Dec 2017 03:33:25 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:33167 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753735AbdLVIdX (ORCPT ); Fri, 22 Dec 2017 03:33:23 -0500 X-Google-Smtp-Source: ACJfBou/0gUh0IqeBUZUcSRVjVKptKcqfKoK5ReF908j3M8sINEiFZFnO6u8e4XrKguFIp5syHFfY1plN4+wTTqlExY= MIME-Version: 1.0 In-Reply-To: <1513906486-18674-1-git-send-email-baolu.lu@linux.intel.com> References: <1513906486-18674-1-git-send-email-baolu.lu@linux.intel.com> From: Philippe Ombredanne Date: Fri, 22 Dec 2017 09:32:41 +0100 Message-ID: Subject: Re: [PATCH 1/1] usb: xhci: dbc: Add SPDX identifiers to dbc files To: Lu Baolu Cc: Mathias Nyman , Greg Kroah-Hartman , linux-usb@vger.kernel.org, LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1557 Lines: 50 Lu, On Fri, Dec 22, 2017 at 2:34 AM, Lu Baolu wrote: > Update the xhci dbc files with the correct SPDX license identifiers. > > Fixes: dfba2174dc42 ("usb: xhci: Add DbC support in xHCI driver") > Signed-off-by: Lu Baolu > --- > drivers/usb/host/xhci-dbgcap.c | 1 + > drivers/usb/host/xhci-dbgcap.h | 2 +- > drivers/usb/host/xhci-dbgtty.c | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/host/xhci-dbgcap.c b/drivers/usb/host/xhci-dbgcap.c > index 452df0f..beea567 100644 > --- a/drivers/usb/host/xhci-dbgcap.c > +++ b/drivers/usb/host/xhci-dbgcap.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /** > * xhci-dbgcap.c - xHCI debug capability support > * > diff --git a/drivers/usb/host/xhci-dbgcap.h b/drivers/usb/host/xhci-dbgcap.h > index e66ea07..6c8906d 100644 > --- a/drivers/usb/host/xhci-dbgcap.h > +++ b/drivers/usb/host/xhci-dbgcap.h > @@ -1,4 +1,4 @@ > - > +// SPDX-License-Identifier: GPL-2.0 Headers should be using plain C style comments per Thomas documentation patches. > +/* SPDX-License-Identifier: GPL-2.0 */ > /** > * xhci-dbgcap.h - xHCI debug capability support > * > diff --git a/drivers/usb/host/xhci-dbgtty.c b/drivers/usb/host/xhci-dbgtty.c > index 8d47b6f..033cc0e 100644 > --- a/drivers/usb/host/xhci-dbgtty.c > +++ b/drivers/usb/host/xhci-dbgtty.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /** > * xhci-dbgtty.c - tty glue for xHCI debug capability > * -- Cordially Philippe Ombredanne