mirror of https://gitee.com/openkylin/linux.git
wl12xx: fix MODULE_AUTHOR email address
Change my old email address to the new one in MODULE_AUTHOR. Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
a100885d9d
commit
b1a48cab6f
|
@ -3419,5 +3419,5 @@ module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
|
|||
MODULE_PARM_DESC(debug_level, "wl12xx debugging level");
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Luciano Coelho <luciano.coelho@nokia.com>");
|
||||
MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
|
||||
MODULE_AUTHOR("Juuso Oikarinen <juuso.oikarinen@nokia.com>");
|
||||
|
|
Loading…
Reference in New Issue