• Thomas Gleixner's avatar
    gpio: amd-fch: Fix bogus SPDX identifier · b45a02e1
    Thomas Gleixner authored
    spdxcheck.py complains:
    
     include/linux/platform_data/gpio/gpio-amd-fch.h: 1:28 Invalid License ID: GPL+
    
    which is correct because GPL+ is not a valid identifier. Of course this
    could have been caught by checkpatch.pl _before_ submitting or merging the
    patch.
    
     WARNING: 'SPDX-License-Identifier: GPL+ */' is not supported in LICENSES/...
     #271: FILE: include/linux/platform_data/gpio/gpio-amd-fch.h:1:
     +/* SPDX-License-Identifier: GPL+ */
    
    Fix it under the assumption that the author meant GPL-2.0+, which makes
    sense as the corresponding C file is using that identifier.
    
    Fixes: e09d168f ("gpio: AMD G-Series PCH gpio driver")
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
    b45a02e1
gpio-amd-fch.h 1.2 KB