Hi Daniel,
Thank you for the patch.
On 06/23/2018 09:57 PM, Daniel Mack wrote:
Use GPLv2 for both the module information and the header.
Signed-off-by: Daniel Mack <daniel@xxxxxxxxxx>
---
drivers/leds/leds-lt3593.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c
index f6aae616242e..90a8c86c5341 100644
--- a/drivers/leds/leds-lt3593.c
+++ b/drivers/leds/leds-lt3593.c
@@ -202,5 +202,5 @@ module_platform_driver(lt3593_led_driver);
MODULE_AUTHOR("Daniel Mack <daniel@xxxxxxxxxx>");
MODULE_DESCRIPTION("LED driver for LT3593 controllers");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPLv2");
s/GPLv2/GPL v2/
checkpatch.pl would catch that.
I've fixed it up by myself and applied.
--
Best regards,
Jacek Anaszewski
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html