There is a spelling mistake in the author's email address. Fix it. Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> --- drivers/mailbox/bcm74110-mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mailbox/bcm74110-mailbox.c b/drivers/mailbox/bcm74110-mailbox.c index 0680be8dc18f..469409d6d3bc 100644 --- a/drivers/mailbox/bcm74110-mailbox.c +++ b/drivers/mailbox/bcm74110-mailbox.c @@ -651,6 +651,6 @@ static struct platform_driver bcm74110_mbox_driver = { }; module_platform_driver(bcm74110_mbox_driver); -MODULE_AUTHOR("Justin Chen <justin.chen@xxxxxxxxxxxx>"); +MODULE_AUTHOR("Justin Chen <justin.chen@xxxxxxxxxxxx>"); MODULE_DESCRIPTION("BCM74110 mailbox driver"); MODULE_LICENSE("GPL"); -- 2.50.0