Message ID | 20201214160044.3378-1-wsa+renesas@sang-engineering.com |
---|---|
State | Accepted |
Commit | 61adf63a1108f6d35a36adfd0dbd59bd3246a6c5 |
Headers | show |
Series | i2c: gpio: fix MODULE_LICENCE | expand |
On Mon, Dec 14, 2020 at 05:00:44PM +0100, Wolfram Sang wrote: > 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> Applied to for-next, thanks!
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");
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> --- drivers/i2c/busses/i2c-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)