irqchip/ti-sci-inta: Fix typo about MODULE_AUTHOR
authorTiezhu Yang <yangtiezhu@loongson.cn>
Sat, 6 Jun 2020 09:50:17 +0000 (17:50 +0800)
committerMarc Zyngier <maz@kernel.org>
Sat, 27 Jun 2020 10:54:41 +0000 (11:54 +0100)
It should be "ti.com" instead of "ticom".

Fixes: 9f1463b86c13 ("irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver")
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Link: https://lore.kernel.org/r/1591437017-5295-3-git-send-email-yangtiezhu@loongson.cn
drivers/irqchip/irq-ti-sci-inta.c

index df1f7fe..ea00d2e 100644 (file)
@@ -610,6 +610,6 @@ static struct platform_driver ti_sci_inta_irq_domain_driver = {
 };
 module_platform_driver(ti_sci_inta_irq_domain_driver);
 
-MODULE_AUTHOR("Lokesh Vutla <lokeshvutla@ticom>");
+MODULE_AUTHOR("Lokesh Vutla <lokeshvutla@ti.com>");
 MODULE_DESCRIPTION("K3 Interrupt Aggregator driver over TI SCI protocol");
 MODULE_LICENSE("GPL v2");