Skip to content

Commit 75f1fbc

Browse files
ColinIanKingJassi Brar
authored andcommitted
mailbox: bcm74110: Fix spelling mistake
There is a spelling mistake in the author's email address. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Justin Chen <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 7fbb5a5 commit 75f1fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mailbox/bcm74110-mailbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,6 @@ static struct platform_driver bcm74110_mbox_driver = {
651651
};
652652
module_platform_driver(bcm74110_mbox_driver);
653653

654-
MODULE_AUTHOR("Justin Chen <justin.chen@braodcom.com>");
654+
MODULE_AUTHOR("Justin Chen <justin.chen@broadcom.com>");
655655
MODULE_DESCRIPTION("BCM74110 mailbox driver");
656656
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)