diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2020-12-14 17:00:44 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-05 17:30:45 +0100 |
commit | 61adf63a1108f6d35a36adfd0dbd59bd3246a6c5 (patch) | |
tree | e5477e75634b267a1c32fb1f2f24d21b1a4ada57 | |
parent | 4d658451c9d620ab8fb79483bf83d65b14375723 (diff) | |
download | linux-61adf63a1108f6d35a36adfd0dbd59bd3246a6c5.tar.bz2 |
i2c: gpio: fix MODULE_LICENCE
Let MODULE_LICENCE match the SPDX header which is correctly based on the
previous textual description.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
-rw-r--r-- | drivers/i2c/busses/i2c-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-gpio.c b/drivers/i2c/busses/i2c-gpio.c index a4a6825c8758..7a048abbf92b 100644 --- a/drivers/i2c/busses/i2c-gpio.c +++ b/drivers/i2c/busses/i2c-gpio.c @@ -520,5 +520,5 @@ module_exit(i2c_gpio_exit); MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); MODULE_DESCRIPTION("Platform-independent bitbanging I2C driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:i2c-gpio"); |