From: Greg Kroah-Hartman Date: Mon, 6 Nov 2017 15:34:09 +0000 (+0100) Subject: USB: chipidea: ci_hdrc_tegra.c: add SPDX line X-Git-Tag: rel_imx_4.19.35_1.1.0~11322^2~6 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=df636f3f4278a912cd171ca1d575408b28466805;p=linux.git USB: chipidea: ci_hdrc_tegra.c: add SPDX line The license text was removed from this file, yet they somehow missed the big "add SPDX tags to all files" sweep due to them being new. So add the proper SPDX license tag to them, based on the original license text in the file. Cc: Thierry Reding Cc: Jonathan Hunter Acked-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/chipidea/ci_hdrc_tegra.c b/drivers/usb/chipidea/ci_hdrc_tegra.c index d9a5c8d2ba19..7b65a1040d2c 100644 --- a/drivers/usb/chipidea/ci_hdrc_tegra.c +++ b/drivers/usb/chipidea/ci_hdrc_tegra.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2016, NVIDIA Corporation */