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

gpio: 74x164: 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>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

authored by

Andy Shevchenko and committed by
Bartosz Golaszewski
9a9982d4 517ec439

+1 -4
+1 -4
drivers/gpio/gpio-74x164.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 74Hx164 - Generic serial-in/parallel-out 8-bits shift register GPIO driver 3 4 * 4 5 * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org> 5 6 * Copyright (C) 2010 Miguel Gaio <miguel.gaio@efixo.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/gpio/consumer.h>