1
0
Fork 0
alistair23-linux/drivers/pinctrl/sh-pfc
Masahiro Yamada 8e82fe2ab6 treewide: fix typos of SPDX-License-Identifier
Prior to the adoption of SPDX, it was difficult for tools to determine
the correct license due to incomplete or badly formatted license text.
The SPDX solves this issue, assuming people can correctly spell
"SPDX-License-Identifier" although this assumption is broken in some
places.

Since scripts/spdxcheck.py parses only lines that exactly matches to
the correct tag, it cannot (should not) detect this kind of error.

If the correct tag is missing, scripts/checkpatch.pl warns like this:

 WARNING: Missing or malformed SPDX-License-Identifier tag in line *

So, people should notice it before the patch submission, but in reality
broken tags sometimes slip in. The checkpatch warning is not useful for
checking the committed files globally since large number of files still
have no SPDX tag.

Also, I am not sure about the legal effect when the SPDX tag is broken.

Anyway, these typos are absolutely worth fixing. It is pretty easy to
find suspicious lines by grep.

  $ git grep --not -e SPDX-License-Identifier --and -e SPDX- -- \
    :^LICENSES :^scripts/spdxcheck.py :^*/license-rules.rst
  arch/arm/kernel/bugs.c:// SPDX-Identifier: GPL-2.0
  drivers/phy/st/phy-stm32-usbphyc.c:// SPDX-Licence-Identifier: GPL-2.0
  drivers/pinctrl/sh-pfc/pfc-r8a77980.c:// SPDX-Lincense-Identifier: GPL 2.0
  lib/test_stackinit.c:// SPDX-Licenses: GPLv2
  sound/soc/codecs/max9759.c:// SPDX-Licence-Identifier: GPL-2.0

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-01 18:29:58 +02:00
..
Kconfig pinctrl: sh-pfc: Allow compile-testing of all drivers 2019-04-02 09:57:50 +02:00
Makefile pinctrl: sh-pfc: Allow compile-testing of all drivers 2019-04-02 09:57:50 +02:00
core.c pinctrl: sh-pfc: Validate enum IDs for regs with variable-width fields 2019-04-02 09:58:07 +02:00
core.h pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
gpio.c pinctrl: sh-pfc: Introduce PINCTRL_SH_FUNC_GPIO helper symbol 2019-04-02 09:57:50 +02:00
pfc-emev2.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a73a4.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-r8a7740.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-r8a7778.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7779.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7790.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7791.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7792.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7794.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a7795-es1.c pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions 2019-04-02 10:02:40 +02:00
pfc-r8a7795.c pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C} 2019-04-02 10:02:49 +02:00
pfc-r8a7796.c pinctrl: sh-pfc: r8a7796: Remove placeholder I2C pin data 2019-04-04 12:02:07 +02:00
pfc-r8a77470.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro 2019-04-02 09:57:58 +02:00
pfc-r8a77965.c pinctrl: sh-pfc: r8a77965: Add I2C{0,3,5} pins, groups and functions 2019-04-04 12:02:50 +02:00
pfc-r8a77970.c pinctrl: sh-pfc: r8a77970: Fix spacing 2019-04-04 12:01:18 +02:00
pfc-r8a77980.c treewide: fix typos of SPDX-License-Identifier 2019-06-01 18:29:58 +02:00
pfc-r8a77990.c pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF 2019-04-02 10:02:58 +02:00
pfc-r8a77995.c pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions 2019-04-02 10:02:40 +02:00
pfc-sh73a0.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7203.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7264.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7269.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7720.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7722.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7723.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7724.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7734.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7757.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7785.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-sh7786.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pfc-shx3.c pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro 2019-04-02 09:58:01 +02:00
pinctrl.c pinctrl: sh-pfc: Print pin group when debugging 2019-01-21 13:24:52 +01:00
sh_pfc.h pinctrl: sh-pfc: Improve PINMUX_IPSR_PHYS() documentation 2019-04-02 09:57:50 +02:00