Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: msic: Convert to use SPDX identifier

Reduce size of duplicated comments by switching to use SPDX identifier.

No functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

+1 -14
+1 -14
drivers/gpio/gpio-msic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Intel Medfield MSIC GPIO driver> 3 4 * Copyright (c) 2011, Intel Corporation. 4 5 * 5 6 * Author: Mathias Nyman <mathias.nyman@linux.intel.com> 6 7 * Based on intel_pmic_gpio.c 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along with 18 - * this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 - * 21 8 */ 22 9 23 10 #include <linux/gpio/driver.h>